summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-11-25 13:01:22 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-12-18 16:33:28 +0100
commitf9653a4417665c208d96b4ee19394ace963adc66 (patch)
treed0888ec5438308b0498ff21e17edf9586cc33108 /src/core/CMakeLists.txt
parentcontrollers/npad: Make press_state atomic (diff)
downloadyuzu-f9653a4417665c208d96b4ee19394ace963adc66.tar
yuzu-f9653a4417665c208d96b4ee19394ace963adc66.tar.gz
yuzu-f9653a4417665c208d96b4ee19394ace963adc66.tar.bz2
yuzu-f9653a4417665c208d96b4ee19394ace963adc66.tar.lz
yuzu-f9653a4417665c208d96b4ee19394ace963adc66.tar.xz
yuzu-f9653a4417665c208d96b4ee19394ace963adc66.tar.zst
yuzu-f9653a4417665c208d96b4ee19394ace963adc66.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 949748178..56c165336 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -135,6 +135,8 @@ add_library(core STATIC
frontend/emu_window.h
frontend/framebuffer_layout.cpp
frontend/framebuffer_layout.h
+ frontend/input_interpreter.cpp
+ frontend/input_interpreter.h
frontend/input.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h