diff options
| author | 2019-01-07 23:16:01 -0500 | |
|---|---|---|
| committer | 2019-01-23 19:19:23 -0500 | |
| commit | 045b0b70b67b7bc631c69625e6e67a8e8a5c3a58 (patch) | |
| tree | 872f5d8013e2e0fd3a2f6ecff86b4ad64fbf573d /src/core/CMakeLists.txt | |
| parent | Merge pull request #2047 from FearlessTobi/patch-3 (diff) | |
| download | yuzu-045b0b70b67b7bc631c69625e6e67a8e8a5c3a58.tar.gz yuzu-045b0b70b67b7bc631c69625e6e67a8e8a5c3a58.tar.xz yuzu-045b0b70b67b7bc631c69625e6e67a8e8a5c3a58.zip | |
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
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 aa9e05089..965c28787 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -95,6 +95,8 @@ add_library(core STATIC | |||
| 95 | frontend/framebuffer_layout.cpp | 95 | frontend/framebuffer_layout.cpp |
| 96 | frontend/framebuffer_layout.h | 96 | frontend/framebuffer_layout.h |
| 97 | frontend/input.h | 97 | frontend/input.h |
| 98 | frontend/scope_acquire_window_context.cpp | ||
| 99 | frontend/scope_acquire_window_context.h | ||
| 98 | gdbstub/gdbstub.cpp | 100 | gdbstub/gdbstub.cpp |
| 99 | gdbstub/gdbstub.h | 101 | gdbstub/gdbstub.h |
| 100 | hle/ipc.h | 102 | hle/ipc.h |