mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Make the model option ini-only.
Move PSP_MODEL_FAT and PSP_MODEL_SLIM to Config.h. Default to a PSP Slim, and enable 64 megs of memory by default.
This commit is contained in:
+1
-2
@@ -294,8 +294,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
||||
}
|
||||
|
||||
IniFile::Section *pspConfig = iniFile.GetOrCreateSection("SystemParam");
|
||||
// 0 = PSP Fat, 1 = PSP Slim
|
||||
pspConfig->Get("PSPModel", &iPSPModel, 0);
|
||||
pspConfig->Get("PSPModel", &iPSPModel, PSP_MODEL_SLIM);
|
||||
pspConfig->Get("NickName", &sNickName, "PPSSPP");
|
||||
pspConfig->Get("proAdhocServer", &proAdhocServer, "localhost");
|
||||
pspConfig->Get("MacAddress", &localMacAddress, "01:02:03:04:05:06");
|
||||
|
||||
Reference in New Issue
Block a user