core: frontend: Refactor GraphicsContext to its own module.

This commit is contained in:
bunnei 2023-02-18 23:31:39 -08:00
parent 32cf6beee3
commit ae099d583c
13 changed files with 84 additions and 50 deletions

View file

@ -9,7 +9,7 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "core/frontend/emu_window.h"
#include "core/frontend/framebuffer_layout.h"
#include "video_core/gpu.h"
#include "video_core/rasterizer_interface.h"