diff options
author | wwylele <wwylele@gmail.com> | 2017-01-28 11:33:35 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-03-01 22:30:57 +0100 |
commit | e02c4b71955021ecca294015aaf331add8d5c554 (patch) | |
tree | 9c3361df17c147453ba1e13c5a4f080b5e05c235 /src/core/CMakeLists.txt | |
parent | Qt: rework input configuration for new input system (diff) | |
download | yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.gz yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.bz2 yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.lz yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.xz yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.zst yuzu-e02c4b71955021ecca294015aaf331add8d5c554.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index dd9f6df41..61a0b1cc3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -34,7 +34,6 @@ set(SRCS frontend/camera/factory.cpp frontend/camera/interface.cpp frontend/emu_window.cpp - frontend/key_map.cpp frontend/motion_emu.cpp gdbstub/gdbstub.cpp hle/config_mem.cpp @@ -219,7 +218,6 @@ set(HEADERS frontend/camera/interface.h frontend/emu_window.h frontend/input.h - frontend/key_map.h frontend/motion_emu.h gdbstub/gdbstub.h hle/config_mem.h |