mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 15:47:59 -05:00
shader_recompiler: Adjust emit_context includes
This commit is contained in:
@ -9,9 +9,9 @@
|
||||
|
||||
#include "common/div_ceil.h"
|
||||
#include "common/settings.h"
|
||||
#include "shader_recompiler/backend/glsl/emit_context.h"
|
||||
#include "shader_recompiler/backend/glsl/emit_glsl.h"
|
||||
#include "shader_recompiler/backend/glsl/emit_glsl_instructions.h"
|
||||
#include "shader_recompiler/backend/glsl/glsl_emit_context.h"
|
||||
#include "shader_recompiler/frontend/ir/ir_emitter.h"
|
||||
|
||||
namespace Shader::Backend::GLSL {
|
||||
|
Reference in New Issue
Block a user