From 171685421559812c25757c3fdb5356b5bfd3ea1a Mon Sep 17 00:00:00 2001 From: Ani Date: Sat, 3 Feb 2018 23:19:30 +0000 Subject: [PATCH] +Instructions for obtaining PPU executable hash --- Game-Patches.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Game-Patches.md b/Game-Patches.md index cc78a1e..28c392f 100644 --- a/Game-Patches.md +++ b/Game-Patches.md @@ -2,6 +2,8 @@ This page lists the current existing community patches for RPCS3's game patching system. To use them, create a `patch.yml` file on RPCS3's root directory and add one or more of the following patches to it. +**To get the PPU hash from your executable:** Boot the game once, open RPCS3.log afterwards with a text editor and search for 'PPU executable hash'. On that line, you'll find your executable's PPU hash, which you can then replace on game patches when required. + ---