From d11b6381e4ec0b3e190127d30c76d75bab000d95 Mon Sep 17 00:00:00 2001 From: Naim2000 Date: Wed, 24 Apr 2024 18:45:41 -0500 Subject: [PATCH] typod IS_WIIU --- source/sys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;