diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-22 08:47:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 08:47:10 +0100 |
commit | 29ccc7673fc10dee39880fd7bad0ff264765dd56 (patch) | |
tree | 234c2a3fca543e580480ed72e37c1ee9f201aa93 /src/core/CMakeLists.txt | |
parent | Merge pull request #5131 from bunnei/scheduler-rewrite (diff) | |
parent | applets/web: Implement the online web browser applet (diff) | |
download | yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.tar yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.tar.gz yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.tar.bz2 yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.tar.lz yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.tar.xz yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.tar.zst yuzu-29ccc7673fc10dee39880fd7bad0ff264765dd56.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 2dad18e4d..59bd3d2a6 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 |