Feature: Add XAudio2 driver

This commit is contained in:
Owen Rudge
2018-04-09 23:18:45 +01:00
parent fb54dd04a1
commit 7bd2fa3516
16 changed files with 426 additions and 25 deletions

View File

@@ -396,6 +396,7 @@ video/win32_v.h
window_func.h
window_gui.h
window_type.h
sound/xaudio2_s.h
zoom_func.h
zoom_type.h
#if WIN32
@@ -1134,6 +1135,7 @@ sound/null_s.cpp
#end
#if WIN32
sound/win32_s.cpp
sound/xaudio2_s.cpp
#end
#end