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