From 5cf977ba6e7168bbc4874b8b0da3a82fec6e8f7e Mon Sep 17 00:00:00 2001 From: Ani Date: Sat, 3 Feb 2018 23:17:09 +0000 Subject: [PATCH] +Persona 5: 60 FPS Patch by TGEnigma --- Game-Patches.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Game-Patches.md b/Game-Patches.md index bb04c20..cc78a1e 100644 --- a/Game-Patches.md +++ b/Game-Patches.md @@ -124,3 +124,17 @@ PPU-311fcd98af6adc5e64e6a833eb959f43b0976193: # NPJB00435 ver. 1.02 ``` --- + +### Persona 5 + +**60 FPS Patch** by [TGEnigma](https://github.com/TGEnigma) +
+**Notes:** Patch accelerates fights and some game effects by 2x. +``` +# Replace the PPU hash by the one from your executable +PPU-d0b4d4ba47cab3d5d8328ade1af75f0ae4861488: + - [be32, 0x00010268, 0x9061009C] # set update rate to 60 -> r3, 0xE0+var_44(r1) + - [be32, 0x008FC864, 0x60000000] # nop cellGcmSetSecondVFrequency +``` + +---