diff options
author | german77 <juangerman-13@hotmail.com> | 2021-09-20 22:02:01 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-25 03:30:22 +0100 |
commit | bf71d18af99368d7658c9519086c40e73c6abfdd (patch) | |
tree | 1040c7d8554106215b6da4637f75aabc0154d9c7 /src/core/CMakeLists.txt | |
parent | common: Rewrite and move core/frontend/input.h to common (diff) | |
download | yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.gz yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.bz2 yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.lz yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.xz yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.zst yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9f0fbba2d..14ba986d3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -132,11 +132,11 @@ 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 + hid/input_interpreter.cpp + hid/input_interpreter.h hle/api_version.h hle/ipc.h hle/ipc_helpers.h |