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:
Gericom
2025-12-06 11:53:32 +01:00
parent d12036e6a7
commit b0c8dfa5bc
3 changed files with 54 additions and 6 deletions

View File

@@ -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;
};