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:
ramapcsx2 2015-02-01 19:49:10 +01:00
parent c14a4f274f
commit f88bea5caf
1 changed files with 2 additions and 2 deletions

View File

@ -533,8 +533,8 @@ AppConfig::AppConfig()
EnableSpeedHacks = true;
EnableGameFixes = false;
EnablePresets = false;
PresetIndex = 0;
EnablePresets = true;
PresetIndex = 1;
CdvdSource = CDVDsrc_Iso;