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:
parent
efacd65b26
commit
a59f57d504
7 changed files with 36 additions and 2 deletions
|
@ -16,6 +16,7 @@ class Config {
|
|||
|
||||
bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true);
|
||||
void ReadControls();
|
||||
void ReadData();
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue