mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
RTOC saving fixed
This commit is contained in:
parent
1e28611435
commit
a8688bff85
3 changed files with 21 additions and 11 deletions
|
@ -423,7 +423,7 @@ namespace loader
|
|||
}
|
||||
else
|
||||
{
|
||||
vm::write32(i_addr + 0, HACK(index));
|
||||
vm::write32(i_addr + 0, HACK(index | EIF_DONT_SAVE_RTOC));
|
||||
vm::write32(i_addr + 4, BLR());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue