diff options
| author | 2017-01-07 12:39:20 -0500 | |
|---|---|---|
| committer | 2017-01-07 12:39:20 -0500 | |
| commit | 7cfe3ef0463ace034b1e5786c9581cfa5f2e810c (patch) | |
| tree | 6b06cb03d276b29070ca29599fc4c5fcf77edb39 /src/core/CMakeLists.txt | |
| parent | Merge pull request #2410 from Subv/sleepthread (diff) | |
| parent | Frontend: make motion sensor interfaced thread-safe (diff) | |
| download | yuzu-7cfe3ef0463ace034b1e5786c9581cfa5f2e810c.tar.gz yuzu-7cfe3ef0463ace034b1e5786c9581cfa5f2e810c.tar.xz yuzu-7cfe3ef0463ace034b1e5786c9581cfa5f2e810c.zip | |
Merge pull request #1951 from wwylele/motion-sensor
Emulate motion sensor in frontend
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 3621449b3..4c5b633e0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -31,6 +31,7 @@ set(SRCS | |||
| 31 | file_sys/savedata_archive.cpp | 31 | file_sys/savedata_archive.cpp |
| 32 | frontend/emu_window.cpp | 32 | frontend/emu_window.cpp |
| 33 | frontend/key_map.cpp | 33 | frontend/key_map.cpp |
| 34 | frontend/motion_emu.cpp | ||
| 34 | gdbstub/gdbstub.cpp | 35 | gdbstub/gdbstub.cpp |
| 35 | hle/config_mem.cpp | 36 | hle/config_mem.cpp |
| 36 | hle/applets/applet.cpp | 37 | hle/applets/applet.cpp |
| @@ -202,6 +203,7 @@ set(HEADERS | |||
| 202 | file_sys/savedata_archive.h | 203 | file_sys/savedata_archive.h |
| 203 | frontend/emu_window.h | 204 | frontend/emu_window.h |
| 204 | frontend/key_map.h | 205 | frontend/key_map.h |
| 206 | frontend/motion_emu.h | ||
| 205 | gdbstub/gdbstub.h | 207 | gdbstub/gdbstub.h |
| 206 | hle/config_mem.h | 208 | hle/config_mem.h |
| 207 | hle/function_wrappers.h | 209 | hle/function_wrappers.h |