Minor change to CMakeLists.txt

This commit is contained in:
VoxelTek 2025-07-29 22:59:22 +10:00
parent 8f66d01cc6
commit 3d39c54129

View File

@ -19,6 +19,7 @@ if (EMSCRIPTEN)
endif()
if (PS2)
add_compile_definitions(PS2)
add_compile_definitions(HAVE_MMAP=0)
add_compile_definitions(HAVE_MALLOC=0)
add_compile_definitions(USE_LOCKS=0)