mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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()
|
||||
{
|
||||
CPUDecoderMode.Load(2);
|
||||
CPUIgnoreRWErrors.Load(false);
|
||||
CPUIgnoreRWErrors.Load(true);
|
||||
SPUDecoderMode.Load(1);
|
||||
GSRenderMode.Load(1);
|
||||
GSResolution.Load(4);
|
||||
|
|
Loading…
Add table
Reference in a new issue