Up the maximum custom path size to 55 characters from 37

This commit is contained in:
Aurora
2016-09-26 13:03:39 +02:00
parent f244b95aad
commit 5fe7c7e7e1
4 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ bytes_read: .word 0
fopen: .ascii "OPEN"
.pool
fname: .dcw "sdmc:/arm9loaderhax.bin"
.word 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
.word 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
.align 4
kernelcode_start: