Refactor in preparation of Gamepad support on Windows

This commit is contained in:
loki
2020-01-18 23:52:22 +01:00
parent 474324e1f5
commit 834d5cb59b
6 changed files with 194 additions and 198 deletions
+5 -1
View File
@@ -19,7 +19,11 @@ if(WIN32)
sunshine/platform/windows.cpp
sunshine/platform/windows_dxgi.cpp
sunshine/platform/windows_wasapi.cpp
ViGEmClient/src/ViGEmClient.cpp)
ViGEmClient/src/ViGEmClient.cpp
ViGEmClient/include/ViGEm/Client.h
ViGEmClient/include/ViGEm/Common.h
ViGEmClient/include/ViGEm/Util.h
ViGEmClient/include/ViGEm/km/BusShared.h)
set(PLATFORM_LIBRARIES
winmm
ksuser