Minor stuff
This commit is contained in:
parent
98f650a5de
commit
57900e91ba
@ -32,7 +32,6 @@ void main(int argc __attribute__((unused)), char **argv)
|
||||
u32 i;
|
||||
for(i = 0; i < 23 + 255 && argv[0][i] != 0; i++)
|
||||
absPath[i] = argv[0][i];
|
||||
for(; i < 24 + 255; i++)
|
||||
absPath[i] = 0;
|
||||
|
||||
char *argvPassed[1] = {absPath};
|
||||
|
@ -190,7 +190,7 @@ void configMenu(bool oldPinStatus, u32 oldPinMode)
|
||||
|
||||
"Enable Luma3DS's ARM9/ARM11 exception\n"
|
||||
"handlers. Luma3DS should be ran as\n"
|
||||
"boot.firm\n\n"
|
||||
"boot.firm.\n\n"
|
||||
"Useful for debugging."
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user