mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 18:57:52 -05:00
Core: Cleanup hw includes.
This commit is contained in:
@ -4,8 +4,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/emu_window.h"
|
||||
#include "video_core/vertex_shader.h"
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Pica {
|
||||
namespace VertexShader {
|
||||
struct OutputVertex;
|
||||
}
|
||||
}
|
||||
|
||||
class HWRasterizer {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user