From d9be1719beea3b4bde643ba066d96e92ab5435d2 Mon Sep 17 00:00:00 2001 From: strtoul <15055714+dimok789@users.noreply.github.com> Date: Wed, 28 Dec 2011 16:29:45 +0000 Subject: [PATCH] --- source/patches/gamepatches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patches/gamepatches.c b/source/patches/gamepatches.c index 73fdbbaf..7d77a8e2 100644 --- a/source/patches/gamepatches.c +++ b/source/patches/gamepatches.c @@ -555,7 +555,7 @@ bool PatchReturnTo( void *Address, int Size, u32 id ) } if(returnToPatched) - gprintf("Return to %08X patched with old method.\n", (u32) title); + gprintf("Return to %08X patched with old method.\n", (u32) id); return returnToPatched; }