Forgot stuff
This commit is contained in:
parent
a181bba9f2
commit
0587c14162
@ -216,12 +216,12 @@ void loadFirm(void)
|
|||||||
|
|
||||||
static inline void patchTwlAgb(u32 mode)
|
static inline void patchTwlAgb(u32 mode)
|
||||||
{
|
{
|
||||||
static firmHeader *const twlAgbFirm = (firmHeader *)0x25000000;
|
firmHeader *const twlAgbFirm = (firmHeader *)0x25000000;
|
||||||
|
|
||||||
const char *path = mode ? "aurei/firmware_agb.bin" : "aurei/firmware_twl.bin";
|
const char *path = mode ? "aurei/firmware_agb.bin" : "aurei/firmware_twl.bin";
|
||||||
u32 size = fileSize(path);
|
u32 size = fileSize(path);
|
||||||
|
|
||||||
//Skip patching
|
//Skip patching if the file doesn't exist
|
||||||
if(!size) return;
|
if(!size) return;
|
||||||
|
|
||||||
fileRead(twlAgbFirm, path, size);
|
fileRead(twlAgbFirm, path, size);
|
||||||
|
Reference in New Issue
Block a user