aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2022-03-11 02:30:26 +0300
committerWohlstand <admin@wohlnet.ru>2022-03-11 02:30:26 +0300
commit1183acbc77370e000efafcaa5c596fe652eb7efd (patch)
tree1bb930986630e956a71b20d8994a66c8b042811a /CMakeLists.txt
parentdf5e66f6eb5ea0998e593870b0d68ac56033c686 (diff)
downloadlibADLMIDI-1183acbc77370e000efafcaa5c596fe652eb7efd.tar.gz
libADLMIDI-1183acbc77370e000efafcaa5c596fe652eb7efd.tar.bz2
libADLMIDI-1183acbc77370e000efafcaa5c596fe652eb7efd.zip
Use LWP_Mutex API from libOGC where needed
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d93901e..2fc91c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ endif()
if(${CMAKE_SYSTEM_NAME} STREQUAL "NintendoWii")
set(ADLMIDI_WII 1)
- add_definitions(-DDOSBOX_NO_MUTEX)
+ add_definitions(-DUSE_LIBOGC_MUTEX)
endif()
#===========================================================================================