CMake: Move DirectInput backend option to Win32 UI

This commit is contained in:
Alexander Babikov
2024-03-07 18:20:55 +05:00
parent 3e6b4aa9e1
commit 2e10c5a870
3 changed files with 2 additions and 8 deletions

View File

@@ -131,7 +131,6 @@ option(RTMIDI "RtMidi"
option(FLUIDSYNTH "FluidSynth" ON)
option(MUNT "MUNT" ON)
option(VNC "VNC renderer" OFF)
option(DINPUT "DirectInput" OFF)
option(CPPTHREADS "C++11 threads" ON)
option(NEW_DYNAREC "Use the PCem v15 (\"new\") dynamic recompiler" OFF)
option(MINITRACE "Enable Chrome tracing using the modified minitrace library" OFF)