core: frontend: Refactor GraphicsContext to its own module.

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

View file

@ -7,7 +7,7 @@
#include "common/settings.h"
#include "common/thread.h"
#include "core/core.h"
#include "core/frontend/emu_window.h"
#include "core/frontend/graphics_context.h"
#include "video_core/control/scheduler.h"
#include "video_core/dma_pusher.h"
#include "video_core/gpu.h"