mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 23:02:40 +00:00
Use config files to store whether SDMC is enabled or not
Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
This commit is contained in:
@@ -14,6 +14,9 @@ class Config {
|
||||
|
||||
void ReadControls();
|
||||
void SaveControls();
|
||||
|
||||
void ReadData();
|
||||
void SaveData();
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
||||
Reference in New Issue
Block a user