diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-27 18:26:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 18:26:26 +0100 |
commit | dc94882c9062ab88d3d5de35dcb8731111baaea2 (patch) | |
tree | b00be6f4a4b2c826f116e212e15f4498e4b50504 /src/core/CMakeLists.txt | |
parent | Merge pull request #13175 from liamwhite/asan (diff) | |
parent | service: hid: Migrate HidServer to new IPC (diff) | |
download | yuzu-master.tar yuzu-master.tar.gz yuzu-master.tar.bz2 yuzu-master.tar.lz yuzu-master.tar.xz yuzu-master.tar.zst yuzu-master.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 63a6da12e..de158eea7 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -668,6 +668,10 @@ add_library(core STATIC hle/service/glue/time/worker.h hle/service/grc/grc.cpp hle/service/grc/grc.h + hle/service/hid/active_vibration_device_list.cpp + hle/service/hid/active_vibration_device_list.h + hle/service/hid/applet_resource.cpp + hle/service/hid/applet_resource.h hle/service/hid/hid.cpp hle/service/hid/hid.h hle/service/hid/hid_debug_server.cpp |