mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2024-11-25 17:46:52 +01:00
typod IS_WIIU
This commit is contained in:
parent
3ca05bb55d
commit
d11b6381e4
@ -29,7 +29,7 @@ typedef struct
|
|||||||
} cIOSInfo;
|
} cIOSInfo;
|
||||||
// _Static_assert(sizeof(cIOSInfo) == 0x40, "Incorrect cIOSInfo struct size, do i really need to pack this..?");
|
// _Static_assert(sizeof(cIOSInfo) == 0x40, "Incorrect cIOSInfo struct size, do i really need to pack this..?");
|
||||||
|
|
||||||
#define IS_WIIU (*(vu16*)0xCD005A0 == 0xCAFE)
|
#define IS_WIIU (*(vu16*)0xCD0005A0 == 0xCAFE)
|
||||||
|
|
||||||
extern u32 boot2version;
|
extern u32 boot2version;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user