mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
loader: fix LoaderModuleInfo definition
This commit is contained in:
parent
3b0f2014e3
commit
4448b354dd
@ -23,9 +23,9 @@ typedef struct {
|
||||
} LoaderProgramInfo;
|
||||
|
||||
typedef struct {
|
||||
u8 build_id[0x20];
|
||||
u64 base_address;
|
||||
u64 size;
|
||||
u8 build_id[0x20];
|
||||
} LoaderModuleInfo;
|
||||
|
||||
Result ldrShellInitialize(void);
|
||||
|
Loading…
Reference in New Issue
Block a user