mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 03:10:28 +00:00
Make the iPSPModel check more general so that iOS also uses 0. Need to figure out what the problem is in the first place though....
This commit is contained in:
parent
3b44a60505
commit
1e30bdfce8
@ -314,9 +314,9 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
||||
|
||||
IniFile::Section *network = iniFile.GetOrCreateSection("Network");
|
||||
network->Get("EnableWlan", &bEnableWlan, false);
|
||||
|
||||
|
||||
IniFile::Section *pspConfig = iniFile.GetOrCreateSection("SystemParam");
|
||||
#ifndef ANDROID
|
||||
#if defined(ARM)
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_SLIM);
|
||||
#else
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_FAT);
|
||||
|
Loading…
Reference in New Issue
Block a user