Fix update RomFSes mounted as "ext:" (such as Taiko no Tatsujin: Don Don! Mystery Adventure)
This commit is contained in:
parent
a5ddc38477
commit
b5eba765a5
@ -53,8 +53,9 @@ _start:
|
|||||||
fsRedir:
|
fsRedir:
|
||||||
stmfd sp!, {r0-r12, lr}
|
stmfd sp!, {r0-r12, lr}
|
||||||
ldrb r12, [r1]
|
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, #0x70 ; 'p', should include "patch:"
|
||||||
|
cmpne r12, #0x65 ; 'e', should include "ext:"
|
||||||
bne endRedir
|
bne endRedir
|
||||||
sub sp, sp, #0x400
|
sub sp, sp, #0x400
|
||||||
pathRedir:
|
pathRedir:
|
||||||
|
Reference in New Issue
Block a user