mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
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:
parent
8278c8f5c4
commit
ddfdaa270e
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue