RTOC saving fixed

This commit is contained in:
Nekotekina 2015-02-24 17:04:25 +03:00
parent 1e28611435
commit a8688bff85
3 changed files with 21 additions and 11 deletions

View file

@ -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());
}
}