mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-29 12:34:17 +01:00
remove useless print statement
This commit is contained in:
parent
07cb8b800a
commit
778037f335
@ -310,7 +310,6 @@ void MetalRenderer::DrawBackbufferQuad(LatteTextureView* texView, RendererOutput
|
||||
else if (shader == RendererOutputShader::s_copy_shader_ud) shaderIndex = 3;
|
||||
else if (shader == RendererOutputShader::s_bicubic_shader_ud) shaderIndex = 4;
|
||||
else if (shader == RendererOutputShader::s_hermit_shader_ud) shaderIndex = 5;
|
||||
printf("Shader index: %u\n", shaderIndex);
|
||||
|
||||
uint8 shaderType = shaderIndex % 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user