mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue