mirror of https://github.com/PCSX2/pcsx2.git
PCSX2 will now default to using the preset system for new installs. That
looks far more friendly to new users when they go to configure the emulator for the first time."
This commit is contained in:
parent
c14a4f274f
commit
f88bea5caf
|
@ -533,8 +533,8 @@ AppConfig::AppConfig()
|
|||
EnableSpeedHacks = true;
|
||||
EnableGameFixes = false;
|
||||
|
||||
EnablePresets = false;
|
||||
PresetIndex = 0;
|
||||
EnablePresets = true;
|
||||
PresetIndex = 1;
|
||||
|
||||
CdvdSource = CDVDsrc_Iso;
|
||||
|
||||
|
|
Loading…
Reference in New Issue