mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
cmake: Use LIBSUPERDERPY_SINGLE_THREAD on PS Vita
Having the loading thread appears to cause some corruption there.
This commit is contained in:
parent
f9176ce1f5
commit
30022f1c5c
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
|
|||
|
||||
endif()
|
||||
|
||||
if(ANDROID OR EMSCRIPTEN)
|
||||
if(ANDROID OR EMSCRIPTEN OR VITA)
|
||||
add_definitions(-DLIBSUPERDERPY_SINGLE_THREAD)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue