diff --git a/source/sys.h b/source/sys.h index 95f5f76..5021215 100644 --- a/source/sys.h +++ b/source/sys.h @@ -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;