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