mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo
This commit is contained in:
parent
25ab9edd8a
commit
0c0cf6372f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename)
|
|||
general->Get("ConfirmOnQuit", &bConfirmOnQuit, false);
|
||||
general->Get("IgnoreBadMemAccess", &bIgnoreBadMemAccess, true);
|
||||
general->Get("CurrentDirectory", ¤tDirectory, "");
|
||||
general->Get("DebuggerOnLoad", &bShowDebuggerOnLoad, false);
|
||||
general->Get("ShowDebuggerOnLoad", &bShowDebuggerOnLoad, false);
|
||||
general->Get("Language", &languageIni, "en_US");
|
||||
general->Get("NumWorkerThreads", &iNumWorkerThreads, cpu_info.num_cores);
|
||||
general->Get("EnableCheats", &bEnableCheats, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue