mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-11 02:41:32 -06:00
Fix wiimote settings GUI
This commit is contained in:
parent
d31ccf28f2
commit
991d21af76
@ -129,6 +129,10 @@ if (ENABLE_BLUEZ)
|
||||
target_compile_definitions(CemuWxGui PRIVATE HAS_BLUEZ)
|
||||
endif()
|
||||
|
||||
if (SUPPORTS_WIIMOTE)
|
||||
target_compile_definitions(CemuWxGui PRIVATE SUPPORTS_WIIMOTE)
|
||||
endif()
|
||||
|
||||
set_property(TARGET CemuWxGui PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
cemu_use_precompiled_header(CemuWxGui)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user