Closed Goatman13 closed 2 months ago
I updated description because it turns out that patch is working, but instruction at 0x228AA4 will be skipped at all.
Edit: In case that i'm wrong and pcsx2 don't ignore branches/jumps in delay slots or this is no problem for some other reason, please close this PR and related issue.
It's not a problem, is the patch working well or not? I mean, if there are some glitches in the textures, the perspective is not correct, etc...
Ok then, since patch is working i will close this...
It's not a problem, is the patch working well or not? I mean, if there are some glitches in the textures, the perspective is not correct, etc...
This could (in theory) create a TLB miss. It's best to jal to 0x000c0000 and then add 'j 0x0024C5E8' at 0x000c0014
Patch is working (need to be enabled before running the game), but it is creating branch in branch delay slot.
closes #406