typod IS_WIIU (2)

This commit is contained in:
Naim2000 2024-05-02 20:28:53 -05:00
parent d5a817b680
commit 34aae016b9
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*)0xCD0005A0 == 0xCAFE)
#define IS_WIIU (*(vu16*)0xCD8005A0 == 0xCAFE)
extern u32 boot2version;