mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
cmake: Define LIBSUPERDERPY_NO_RESTART on PS Vita
This commit is contained in:
parent
f42fca2606
commit
b0aeadbf6b
1 changed files with 2 additions and 2 deletions
|
@ -228,9 +228,9 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
|
|||
add_definitions(-DLIBSUPERDERPY_EMULATE_TOUCH=1)
|
||||
endif(MAEMO5 OR POCKETCHIP)
|
||||
|
||||
if(EMSCRIPTEN OR SWITCH)
|
||||
if(EMSCRIPTEN OR SWITCH OR VITA)
|
||||
add_definitions(-DLIBSUPERDERPY_NO_RESTART=1)
|
||||
endif(EMSCRIPTEN OR SWITCH)
|
||||
endif(EMSCRIPTEN OR SWITCH OR VITA)
|
||||
|
||||
set(GAMESTATE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${LIB_DIR}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue