diff options
author | MonsterDruide1 <5958456@gmail.com> | 2021-06-18 16:15:42 +0200 |
---|---|---|
committer | MonsterDruide1 <5958456@gmail.com> | 2021-09-18 23:22:00 +0200 |
commit | b42c3ce21db249d5e3bc04b4f73202e757da317c (patch) | |
tree | c5ccf9e311d2a675b0e2afff3d85ed4654047b5e /src/input_common/CMakeLists.txt | |
parent | Merge pull request #7020 from Moonlacer/remove_audio_stretching (diff) | |
download | yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.tar yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.tar.gz yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.tar.bz2 yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.tar.lz yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.tar.xz yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.tar.zst yuzu-b42c3ce21db249d5e3bc04b4f73202e757da317c.zip |
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r-- | src/input_common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index c4283a952..dd13d948f 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -21,6 +21,10 @@ add_library(input_common STATIC mouse/mouse_poller.h sdl/sdl.cpp sdl/sdl.h + tas/tas_input.cpp + tas/tas_input.h + tas/tas_poller.cpp + tas/tas_poller.h udp/client.cpp udp/client.h udp/protocol.cpp |