mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Seems it's condition inversion day today. Fix another.
This commit is contained in:
parent
2387509896
commit
1614c6194d
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
|||
network->Get("EnableWlan", &bEnableWlan, false);
|
||||
|
||||
IniFile::Section *pspConfig = iniFile.GetOrCreateSection("SystemParam");
|
||||
#if defined(ARM)
|
||||
#if !defined(ARM)
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_SLIM);
|
||||
#else
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_FAT);
|
||||
|
|
Loading…
Add table
Reference in a new issue