From b5eba765a53ea9e47ee3faa2d299d3321bd4a7ee Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Wed, 26 Apr 2017 17:26:39 +0200 Subject: [PATCH] Fix update RomFSes mounted as "ext:" (such as Taiko no Tatsujin: Don Don! Mystery Adventure) --- injector/patches/romfsredir.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/injector/patches/romfsredir.s b/injector/patches/romfsredir.s index cc817ea..a26773f 100644 --- a/injector/patches/romfsredir.s +++ b/injector/patches/romfsredir.s @@ -53,8 +53,9 @@ _start: fsRedir: stmfd sp!, {r0-r12, lr} ldrb r12, [r1] - cmp r12, #0x72 ; 'r', should include "rom:" and "rom2:" + cmp r12, #0x72 ; 'r', should include "rom:", "rom2:" and "rex:" cmpne r12, #0x70 ; 'p', should include "patch:" + cmpne r12, #0x65 ; 'e', should include "ext:" bne endRedir sub sp, sp, #0x400 pathRedir: