Post Reply 
 
Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discussion] 60FPS patches for PSP games that run at 30FPS
11-08-2014, 10:41 PM
Post: #254
RE: 60FPS patches for PSP games that run at 30FPS
When you make something external change only that address, jit doesn't notice. Since it's already compiled that MIPS code to native x86 code, it doesn't bother recompiling it, so the change has no effect.

If you were to, for example, save and then load state, you'd see that it would recompile and probably have effect.

You can also set and then unset a breakpoint at just that location, which will clear only the jit cache for that area.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 60FPS patches for PSP games that run at 30FPS - [Unknown] - 11-08-2014 10:41 PM
Crash Of The Titans CW ULUS10304 - Mateus - 12-13-2021, 10:59 PM
IRON MEN ULUS10347 - Mateus - 12-18-2021, 12:18 AM

Forum Jump: