mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-01-25 18:01:12 +01:00
Temporary fix for alternative dol not working for some people. No need to update if the previous revision worked for you.
This commit is contained in:
parent
e228da697f
commit
38c978c042
@ -11,7 +11,7 @@ extern "C"
|
|||||||
bool Load_Dol(void **buffer, int* dollen, char * path);
|
bool Load_Dol(void **buffer, int* dollen, char * path);
|
||||||
bool Remove_001_Protection(void *Address, int Size);
|
bool Remove_001_Protection(void *Address, int Size);
|
||||||
u32 load_dol_image(void * dolstart);
|
u32 load_dol_image(void * dolstart);
|
||||||
|
char hiddenfix[1000][1000]; // temporary fix for alternative dol not working for some people
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user