Fix Compilation CI
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62a7c17..c72ba19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2522,7 +2522,7 @@ elseif(PSP)
)
elseif(PS2)
- list(APPEND EXTRA_CFLAGS "-DPS2")
+ list(APPEND EXTRA_CFLAGS "-DPS2" "-D__PS2__")
if(SDL_FILESYSTEM)
set(SDL_FILESYSTEM_PS2 1)