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

@ -14,6 +14,7 @@
#include "core/core.h"
#include "core/core_timing.h"
#include "core/frontend/emu_window.h"
#include "core/frontend/graphics_context.h"
#include "core/hle/service/nvdrv/nvdata.h"
#include "core/perf_stats.h"
#include "video_core/cdma_pusher.h"