Update fs.c
This commit is contained in:
parent
2fe5da97eb
commit
ca07af2fe9
@ -86,6 +86,8 @@ void loadPayload(u32 pressed)
|
||||
|
||||
loaderAddress[1] = fileRead((void *)0x24F00000, path);
|
||||
|
||||
if(pattern[0] == 'n') f_unlink(path);
|
||||
|
||||
((void (*)())loaderAddress)();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user