diff options
| author | 2023-02-18 23:31:39 -0800 | |
|---|---|---|
| committer | 2023-06-03 00:05:31 -0700 | |
| commit | ae099d583cf93175fe54359ea2b7c5b665398c8b (patch) | |
| tree | aa9d91cdf741cc159fa2aba7a0c00f1efbf69eb3 /src/core/CMakeLists.txt | |
| parent | common: dynamic_library: Add ctor for existing handle. (diff) | |
| download | yuzu-ae099d583cf93175fe54359ea2b7c5b665398c8b.tar.gz yuzu-ae099d583cf93175fe54359ea2b7c5b665398c8b.tar.xz yuzu-ae099d583cf93175fe54359ea2b7c5b665398c8b.zip | |
core: frontend: Refactor GraphicsContext to its own module.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 45328158f..157858c82 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -140,6 +140,7 @@ add_library(core STATIC | |||
| 140 | frontend/emu_window.h | 140 | frontend/emu_window.h |
| 141 | frontend/framebuffer_layout.cpp | 141 | frontend/framebuffer_layout.cpp |
| 142 | frontend/framebuffer_layout.h | 142 | frontend/framebuffer_layout.h |
| 143 | frontend/graphics_context.h | ||
| 143 | hid/emulated_console.cpp | 144 | hid/emulated_console.cpp |
| 144 | hid/emulated_console.h | 145 | hid/emulated_console.h |
| 145 | hid/emulated_controller.cpp | 146 | hid/emulated_controller.cpp |