summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.h
diff options
context:
space:
mode:
authorGravatar bunnei2023-02-18 23:31:39 -0800
committerGravatar bunnei2023-06-03 00:05:31 -0700
commitae099d583cf93175fe54359ea2b7c5b665398c8b (patch)
treeaa9d91cdf741cc159fa2aba7a0c00f1efbf69eb3 /src/video_core/renderer_base.h
parentcommon: dynamic_library: Add ctor for existing handle. (diff)
downloadyuzu-ae099d583cf93175fe54359ea2b7c5b665398c8b.tar.gz
yuzu-ae099d583cf93175fe54359ea2b7c5b665398c8b.tar.xz
yuzu-ae099d583cf93175fe54359ea2b7c5b665398c8b.zip
core: frontend: Refactor GraphicsContext to its own module.
Diffstat (limited to 'src/video_core/renderer_base.h')
-rw-r--r--src/video_core/renderer_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h
index 8d20cbece..78ea5208b 100644
--- a/src/video_core/renderer_base.h
+++ b/src/video_core/renderer_base.h
@@ -9,7 +9,7 @@
9 9
10#include "common/common_funcs.h" 10#include "common/common_funcs.h"
11#include "common/common_types.h" 11#include "common/common_types.h"
12#include "core/frontend/emu_window.h" 12#include "core/frontend/framebuffer_layout.h"
13#include "video_core/gpu.h" 13#include "video_core/gpu.h"
14#include "video_core/rasterizer_interface.h" 14#include "video_core/rasterizer_interface.h"
15 15