[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] |
|||
« Next Oldest | Next Newest »
|