FAudio audio backend

This commit is contained in:
Cacodemon345
2022-02-19 15:35:10 +06:00
parent d77dd42f8e
commit 09716ae284
4 changed files with 233 additions and 4 deletions

View File

@@ -115,6 +115,7 @@ set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
option(RELEASE "Release build" OFF)
option(DYNAREC "Dynamic recompiler" ON)
option(OPENAL "OpenAL" ON)
option(FAUDIO "FAudio" OFF)
option(FLUIDSYNTH "FluidSynth" ON)
option(MUNT "MUNT" ON)
option(DINPUT "DirectInput" OFF)