From f88bea5caf48b93fd26c4b6217f8491f646142ec Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Sun, 1 Feb 2015 19:49:10 +0100 Subject: [PATCH] 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." --- pcsx2/gui/AppConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/gui/AppConfig.cpp b/pcsx2/gui/AppConfig.cpp index 5d091054b2..3e057dad15 100644 --- a/pcsx2/gui/AppConfig.cpp +++ b/pcsx2/gui/AppConfig.cpp @@ -533,8 +533,8 @@ AppConfig::AppConfig() EnableSpeedHacks = true; EnableGameFixes = false; - EnablePresets = false; - PresetIndex = 0; + EnablePresets = true; + PresetIndex = 1; CdvdSource = CDVDsrc_Iso;