mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix the actual typo..
This commit is contained in:
parent
613b9ec994
commit
3281aa5bb6
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void Config::Save()
|
|||
general->Set("NumWorkerThreads", iNumWorkerThreads);
|
||||
general->Set("MaxRecent", iMaxRecent);
|
||||
general->Set("EnableCheats", bEnableCheats);
|
||||
general->Set("ScreenshotsAsPNG", &bScreenshotsAsPNG);
|
||||
general->Set("ScreenshotsAsPNG", bScreenshotsAsPNG);
|
||||
|
||||
IniFile::Section *cpu = iniFile.GetOrCreateSection("CPU");
|
||||
cpu->Set("Jit", bJit);
|
||||
|
|
Loading…
Add table
Reference in a new issue