Seems it's condition inversion day today. Fix another.

This commit is contained in:
Henrik Rydgard 2013-12-09 20:27:43 +01:00
parent 2387509896
commit 1614c6194d

View file

@ -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);