Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Patapon 2 problem
07-18-2018, 08:08 AM
Post: #7
RE: Patapon 2 problem
(07-17-2018 09:00 PM)LunaMoo Wrote:  PPSSPP has an compatibility hack system which can be activated to any game even if it's not included there by default for testing purposes etc.
To add game to specific hack just place gameID = true under that particular hack line in ppsspp/assets/compat.ini, I already include all patapon 2 versions gameID's in my compat.ini so you can just copy this
Code:
# Fixes Patapon 2 title screen double framerate
UCJS10089 = true
NPJG00010 = true
PSPJ30000 = true
UCAS40232 = true
UCAS40239 = true
UCES01177 = true
UCUS98732 = true
UCJS18036 = true
UCAS40292 = true
UCJS18053 = true

and paste it under
Code:
[DrawSyncEatCycles]

The reason why I didn't commited this "fix" to official ppsspp yet is because this will affect whole game's timing and I'm not sure/don't have time to check whenever that breaks gameplay or not.
Overall PPSSPP does NOT have accurate timings and a lot of games are broken much more seriously than just having incorrect framerate/speed, I made that DrawSyncEatCycles hack to work around crashes of some gundam game initially, but turns out it helped a few more games;p.

This fixed it. Thank you very much.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Patapon 2 problem - itsafeature - 07-16-2018, 01:25 PM
RE: Patapon 2 problem - Asferot - 07-16-2018, 02:37 PM
RE: Patapon 2 problem - itsafeature - 07-16-2018, 02:53 PM
RE: Patapon 2 problem - LunaMoo - 07-16-2018, 07:28 PM
RE: Patapon 2 problem - itsafeature - 07-17-2018, 04:13 PM
RE: Patapon 2 problem - LunaMoo - 07-17-2018, 09:00 PM
RE: Patapon 2 problem - itsafeature - 07-18-2018 08:08 AM

Forum Jump: