mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
remove useless print statement
This commit is contained in:
parent
07cb8b800a
commit
778037f335
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue