Add system for adjusting addresses for autoload (#118) Fixes #41

This commit is contained in:
Mow
2026-01-31 14:54:37 -05:00
committed by GitHub
parent d07516a50d
commit f5a8498e08
8 changed files with 197 additions and 47 deletions

View File

@@ -43,6 +43,13 @@ struct build_params_t
u32 magicLittleEndian; //0x3381C0DE
};
struct autoload_list_entry_t
{
u32 targetAddress;
u32 size;
u32 bssSize;
};
struct autoload_list_entry_sdk5_t
{
u32 targetAddress;