Merge master into local branch

This commit is contained in:
Aurora Wright
2017-07-05 01:31:22 +02:00
7 changed files with 44 additions and 6 deletions

View File

@@ -74,10 +74,10 @@ _start:
; Skip a slash if there are two after the mountpoint,
; as some games mistakenly have those
ldrh r3, [r1, #2]
cmp r3, #0x2F ; '/'
cmp r3, #0x2F ; '/'
pathRedir_3:
ldrh r2, [r1], #2
strneh r2, [r0], #2
strneh r2, [r0], #2
cmp r2, #0
bne pathRedir_3
ldmfd sp!, {r0-r3}