diff options
| author | 2016-12-23 13:37:40 +0000 | |
|---|---|---|
| committer | 2016-12-23 13:42:39 +0000 | |
| commit | 64f98f4d0f33b5c626d86a05ab9dd8060e160cc5 (patch) | |
| tree | 8874f16f9f840add798f58981d5c2fcdf4da3c84 /src/core/CMakeLists.txt | |
| parent | Merge pull request #2364 from mailwl/nwm-services (diff) | |
| download | yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.gz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.xz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.zip | |
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ccbe7a9ce..3621449b3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -29,6 +29,8 @@ set(SRCS | |||
| 29 | file_sys/ivfc_archive.cpp | 29 | file_sys/ivfc_archive.cpp |
| 30 | file_sys/path_parser.cpp | 30 | file_sys/path_parser.cpp |
| 31 | file_sys/savedata_archive.cpp | 31 | file_sys/savedata_archive.cpp |
| 32 | frontend/emu_window.cpp | ||
| 33 | frontend/key_map.cpp | ||
| 32 | gdbstub/gdbstub.cpp | 34 | gdbstub/gdbstub.cpp |
| 33 | hle/config_mem.cpp | 35 | hle/config_mem.cpp |
| 34 | hle/applets/applet.cpp | 36 | hle/applets/applet.cpp |
| @@ -198,6 +200,8 @@ set(HEADERS | |||
| 198 | file_sys/ivfc_archive.h | 200 | file_sys/ivfc_archive.h |
| 199 | file_sys/path_parser.h | 201 | file_sys/path_parser.h |
| 200 | file_sys/savedata_archive.h | 202 | file_sys/savedata_archive.h |
| 203 | frontend/emu_window.h | ||
| 204 | frontend/key_map.h | ||
| 201 | gdbstub/gdbstub.h | 205 | gdbstub/gdbstub.h |
| 202 | hle/config_mem.h | 206 | hle/config_mem.h |
| 203 | hle/function_wrappers.h | 207 | hle/function_wrappers.h |