diff options
| author | 2023-02-18 23:31:39 -0800 | |
|---|---|---|
| committer | 2023-06-03 00:05:31 -0700 | |
| commit | ae099d583cf93175fe54359ea2b7c5b665398c8b (patch) | |
| tree | aa9d91cdf741cc159fa2aba7a0c00f1efbf69eb3 /src/yuzu_cmd | |
| 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/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h index d9b453dee..4ad05e0e1 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h | |||
| @@ -4,7 +4,9 @@ | |||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #include <utility> | 6 | #include <utility> |
| 7 | |||
| 7 | #include "core/frontend/emu_window.h" | 8 | #include "core/frontend/emu_window.h" |
| 9 | #include "core/frontend/graphics_context.h" | ||
| 8 | 10 | ||
| 9 | struct SDL_Window; | 11 | struct SDL_Window; |
| 10 | 12 | ||