From ddfdaa270eb1a3dbe2d0d7a3487fc9475ce96e62 Mon Sep 17 00:00:00 2001 From: raven02 Date: Sat, 17 May 2014 10:03:21 +0800 Subject: [PATCH] Set default on for Ignore RW errors This seems to be making couples of games at least not booting without the option ticking. --- rpcs3/Ini.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Ini.h b/rpcs3/Ini.h index 4c3bf0026c..7bb4f282fa 100644 --- a/rpcs3/Ini.h +++ b/rpcs3/Ini.h @@ -212,7 +212,7 @@ public: void Load() { CPUDecoderMode.Load(2); - CPUIgnoreRWErrors.Load(false); + CPUIgnoreRWErrors.Load(true); SPUDecoderMode.Load(1); GSRenderMode.Load(1); GSResolution.Load(4);