Add #include <gcbool.h> to cache.h as latest devkitPPC requires it

This commit is contained in:
Aep
2025-04-14 21:34:15 +09:00
committed by Hector Martin
parent a8e5f6c0f7
commit 57d6c9cbe7
+1
View File
@@ -39,6 +39,7 @@ distribution.
*/
#include <gctypes.h>
#include <gcbool.h>
#define LC_BASEPREFIX 0xe000
#define LC_BASE (LC_BASEPREFIX<<16)