Set default on for Ignore RW errors
This seems to be making couples of games at least not booting without the option ticking.
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ public:
|
|||||||
void Load()
|
void Load()
|
||||||
{
|
{
|
||||||
CPUDecoderMode.Load(2);
|
CPUDecoderMode.Load(2);
|
||||||
CPUIgnoreRWErrors.Load(false);
|
CPUIgnoreRWErrors.Load(true);
|
||||||
SPUDecoderMode.Load(1);
|
SPUDecoderMode.Load(1);
|
||||||
GSRenderMode.Load(1);
|
GSRenderMode.Load(1);
|
||||||
GSResolution.Load(4);
|
GSResolution.Load(4);
|
||||||
|
|||||||
Reference in New Issue
Block a user