summaryrefslogtreecommitdiff
path: root/src/wiiu/cafe.h
diff options
context:
space:
mode:
authorCrementif <26669564+Crementif@users.noreply.github.com>2026-05-21 23:27:58 +0200
committerCrementif <26669564+Crementif@users.noreply.github.com>2026-05-22 00:52:12 +0200
commitf78b28db5b3d1a9387bd18b1f2efe15b6d09dcb4 (patch)
tree47370fa6044f5dd138f6a8344745ed8070968b9e /src/wiiu/cafe.h
parent283dd15c854eaf1ae8b967305050775183f30754 (diff)
Add RPX/RPL relocation support and improve overall accuracy
Diffstat (limited to 'src/wiiu/cafe.h')
-rw-r--r--src/wiiu/cafe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wiiu/cafe.h b/src/wiiu/cafe.h
index 8645426..8f5bf3d 100644
--- a/src/wiiu/cafe.h
+++ b/src/wiiu/cafe.h
@@ -76,9 +76,9 @@ typedef struct _CAFE_RPL_FILE_INFO_4_2
Elf32_Word mFileInfoPad;
Elf32_Word mSDKVersion;
Elf32_Word mSDKRevision;
- Elf32_Word mTLSModuleIndex;
+ Elf32_Half mTLSModuleIndex;
Elf32_Half mTLSAlignShift;
- Elf32_Half mRuntimeFileInfoSize;
+ Elf32_Word mRuntimeFileInfoSize;
} CAFE_RPL_FILE_INFO_4_2;
-#endif /* CAFE_H */ \ No newline at end of file
+#endif /* CAFE_H */