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:
raven02 2014-05-17 10:03:21 +08:00
parent 8278c8f5c4
commit ddfdaa270e

View file

@ -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);