Post Reply 
 
Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discussion] 60FPS patches for PSP games that run at 30FPS
02-01-2014, 07:16 PM
Post: #210
RE: 60FPS patches for PSP games that run at 30FPS
(02-01-2014 06:20 AM)VIRGIN KLM Wrote:  I meant that the FPS cap is not behaving as it should on a real PSP. So far it's still like that. Someone like Uknown though could find the address that calculates how busy the CPU is and kill that or make it return that it's not busy so the FPS cap will go to 60FPS but I can't find that myself with the knowledge I have.

From the demo, it's calling sceDisplayWaitVblankStartCB 3 times per frame. What fps does it run on a PSP (cwcheat can tell you, just go to options)?

Anyway, this game is spending a seemingly ridiculous amount of time in beziers. Also, this seems like a timing problem.

08853C78 0E29E986 jal zz_sceDisplayWaitVblankStartCB

08853C8C 1440FFF3 bne zero, v0, pos_08853C5C

(from the demo, might not be the same in the game.)

Change those to nops, for now, and you'll get 30fps.

08853C5C 0E29E986 jal zz_sceDisplayWaitVblankStartCB

Change this also to force 60 fps at least in cutscenes. It seems to cause a fast forward effect.

08853C00 0E29E986 jal zz_sceDisplayWaitVblankStartCB

Change this too to get 60 fps fast forward elsewhere.

-[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] - 02-01-2014 07:16 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: