cmake: Use LIBSUPERDERPY_SINGLE_THREAD on PS Vita

Having the loading thread appears to cause some corruption there.
This commit is contained in:
Sebastian Krzyszkowiak 2021-07-22 16:45:12 +02:00
parent f9176ce1f5
commit 30022f1c5c
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -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()