Fixed config bug, minor stuff

This commit is contained in:
Aurora Wright
2017-04-13 03:38:36 +02:00
parent c95808fa2d
commit 7f33309903
10 changed files with 52 additions and 75 deletions

View File

@@ -7,9 +7,6 @@
.macro load, reg, func
ldr reg, [pc, #func-.-8]
.endmacro
.macro svc, svcnum
.word 0xef000000 + svcnum
.endmacro
; Patch by delebile
@@ -34,7 +31,7 @@ _start:
bne _mountSd+4
stmfd sp!, {r0-r4, lr}
sub sp, sp, #4
load r1, archive
load r1, archive
mov r0, sp
load r4, fsMountArchive
blx r4
@@ -106,4 +103,3 @@ _start:
sdmcCustomPath : .word 0xdead0004
.close