mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 12:47:46 +00:00
Ignore changes to r0
This commit is contained in:
parent
a277706489
commit
c44c99a5b7
@ -121,7 +121,8 @@ public:
|
||||
switch (cat)
|
||||
{
|
||||
case 0:
|
||||
cpu->r[index] = value;
|
||||
if (index != 0)
|
||||
cpu->r[index] = value;
|
||||
break;
|
||||
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user