mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
NewUI on by default. Not changing the name of the setting yet by choice.
This commit is contained in:
parent
9f3848b49c
commit
0d048edb5e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename)
|
|||
|
||||
bSpeedLimit = false;
|
||||
general->Get("FirstRun", &bFirstRun, true);
|
||||
general->Get("NewUI", &bNewUI, false);
|
||||
general->Get("NewUI", &bNewUI, true);
|
||||
general->Get("Enable Logging", &bEnableLogging, true);
|
||||
general->Get("AutoLoadLast", &bAutoLoadLast, false);
|
||||
general->Get("AutoRun", &bAutoRun, true);
|
||||
|
|
Loading…
Add table
Reference in a new issue