From f58a75870c11687b76a7c2e2290cee058c2dfcd9 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 14 Jul 2019 01:53:26 +0100 Subject: [PATCH] +NieR: 60 FPS patch by Whatcookie --- Game-Patches.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Game-Patches.md b/Game-Patches.md index 39b2568..df02032 100644 --- a/Game-Patches.md +++ b/Game-Patches.md @@ -145,6 +145,22 @@ PPU-a74423ca913fc18e46cfe926db1d48e41f9858a9: # NPUA80662 --- +### NieR + + +**60 FPS Patch** by [Whatcookie](https://github.com/Whatcookie) +
+**Notes:** Use vSync if you have a 60hz display, otherwise use the builtin frame-limiter. Game speed will be unstable if you do not have a constant 30 or 60 FPS. +``` +PPU-13950b2e29e05a115fe317815d3da9d2b2baee65: #BLUS30481/BLES00826 +- [ be32, 0x00f7c3b8, 0x386003e8 ] # li r3, 3e8 + +PPU-f098ee8410599c81c89f90d698340a078dc69a90: #BLJM60223 +- [ be32, 0x00f7cbcc, 0x386003e8 ] # li r3, 3e8 +``` + +--- + ### Persona 5 **60 FPS Patch** by [TGEnigma](https://github.com/TGEnigma)