typod IS_WIIU

This commit is contained in:
Naim2000 2024-04-24 18:45:41 -05:00
parent 3ca05bb55d
commit d11b6381e4
1 changed files with 1 additions and 1 deletions

View File

@ -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*)0xCD005A0 == 0xCAFE)
#define IS_WIIU (*(vu16*)0xCD0005A0 == 0xCAFE)
extern u32 boot2version;