core: frontend: Refactor GraphicsContext to its own module.

This commit is contained in:
bunnei
2023-02-18 23:31:39 -08:00
parent 05fd5644d6
commit 3202b0dcfa
13 changed files with 84 additions and 50 deletions
@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include "core/frontend/emu_window.h"
#include "core/frontend/graphics_context.h"
#include "video_core/renderer_null/renderer_null.h"
namespace Null {