From 3aacbd17ce15647f5c1153aeea953786659846dd Mon Sep 17 00:00:00 2001 From: Aurora Date: Tue, 5 Apr 2016 02:29:36 +0200 Subject: [PATCH] Upped patch version --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index dbdae45..a488e88 100755 --- a/source/firm.c +++ b/source/firm.c @@ -18,7 +18,7 @@ #include "../build/patches.h" //FIRM patches version -#define PATCH_VER 3 +#define PATCH_VER 4 static firmHeader *const firm = (firmHeader *)0x24000000; static const firmSectionHeader *section;