From e1ddfa34d2b7d97fcfd155c60e6d39da375b8d7f Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 16 Aug 2016 21:43:53 +0200 Subject: [PATCH] minor fixup --- libruntimeiospatch/source/runtimeiospatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libruntimeiospatch/source/runtimeiospatch.c b/libruntimeiospatch/source/runtimeiospatch.c index c7be7a0..0723ff7 100644 --- a/libruntimeiospatch/source/runtimeiospatch.c +++ b/libruntimeiospatch/source/runtimeiospatch.c @@ -107,8 +107,10 @@ static u8 apply_patch(const char *name, const u8 *old, u32 old_size, const u8 *p u8 *ptr_start = (u8*)*((u32*)0x80003134), *ptr_end = (u8*)0x94000000; u8 found = 0; if(verbose) + { TextColor(7,1); printf("\t\t Patching %-30s", name); + } u8 *location = NULL; while (ptr_start < (ptr_end - patch_size)) { if (!memcmp(ptr_start, old, old_size)) {