Skip to content

Commit

Permalink
Remove EXTRA_CFLAGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s authored and slouken committed Dec 20, 2024
1 parent 9740984 commit 9491389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,6 @@ elseif(PSP)
endif()

elseif(PS2)
list(APPEND EXTRA_CFLAGS "-DPS2" "-D__PS2__" "-I$ENV{PS2SDK}/ports/include" "-I$ENV{PS2DEV}/gsKit/include")

file(GLOB PS2_MAIN_SOURCES ${SDL2_SOURCE_DIR}/src/main/ps2/*.c)
set(SDLMAIN_SOURCES ${SDLMAIN_SOURCES} ${PS2_MAIN_SOURCES})
Expand Down

0 comments on commit 9491389

Please sign in to comment.