浏览代码

Removed PS2 compiler definition

This is already defined as part of the PS2 SDK
Sam Lantinga 1 年之前
父节点
当前提交
a47b62d1fe
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -2766,8 +2766,6 @@ elseif(PSP)
   )
 
 elseif(PS2)
-  sdl_compile_definitions(PRIVATE "PS2" "__PS2__")
-
   sdl_glob_sources("${SDL3_SOURCE_DIR}/src/main/ps2/*.c")
 
   if(SDL_AUDIO)