You've already forked pico-loader
mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-09 16:28:35 -08:00
Improved Sdk5DsiSdCardRedirectPatch to take autoload into account and to support the situation where a function is missing
Fixes WRFU Tester (#23)
This commit is contained in:
@@ -42,3 +42,11 @@ struct build_params_t
|
||||
u32 magicBigEndian; //0xDEC08133
|
||||
u32 magicLittleEndian; //0x3381C0DE
|
||||
};
|
||||
|
||||
struct autoload_list_entry_sdk5_t
|
||||
{
|
||||
u32 targetAddress;
|
||||
u32 size;
|
||||
u32 staticInitStart;
|
||||
u32 bssSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user