Skip to content

Commit

Permalink
Vita: drop memory defines
Browse files Browse the repository at this point in the history
  • Loading branch information
isage authored and slouken committed Sep 17, 2022
1 parent 7115ceb commit 202dfea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2492,10 +2492,6 @@ elseif(VITA)
# set_property(SOURCE ${SDL2_SOURCE_DIR}/src/video/arm/pixman-arm-neon-asm.S PROPERTY LANGUAGE C)

target_compile_definitions(sdl-build-options INTERFACE "-D__VITA__")
target_compile_definitions(sdl-build-options INTERFACE "-Dmemcpy=sceClibMemcpy")
target_compile_definitions(sdl-build-options INTERFACE "-Dmemset=sceClibMemset")
target_compile_definitions(sdl-build-options INTERFACE "-Dmemmove=sceClibMemmove")
target_compile_definitions(sdl-build-options INTERFACE "-Dmemcmp=sceClibMemcmp")

# CheckPTHREAD()

Expand Down

0 comments on commit 202dfea

Please sign in to comment.