mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Android: Default to PSP-1000 for now, until we know what's causing the issues.
This commit is contained in:
parent
eff74892b0
commit
6597a1a6c0
@ -294,7 +294,11 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
||||
}
|
||||
|
||||
IniFile::Section *pspConfig = iniFile.GetOrCreateSection("SystemParam");
|
||||
#ifndef ANDROID
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_SLIM);
|
||||
#else
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_FAT
|
||||
#endif
|
||||
pspConfig->Get("NickName", &sNickName, "PPSSPP");
|
||||
pspConfig->Get("proAdhocServer", &proAdhocServer, "localhost");
|
||||
pspConfig->Get("MacAddress", &localMacAddress, "01:02:03:04:05:06");
|
||||
|
Loading…
Reference in New Issue
Block a user