GPU: Fix texture coordinates when rendering paletted textures
This commit is contained in:
@ -289,7 +289,7 @@ void SDLInterface::RenderDisplay()
|
||||
if (!m_display_texture)
|
||||
return;
|
||||
|
||||
glViewport(0, 0, m_window_width, m_window_height);
|
||||
glViewport(0, 0, m_window_width, m_window_height - 20);
|
||||
glDisable(GL_CULL_FACE);
|
||||
glDisable(GL_DEPTH_TEST);
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
|
||||
Reference in New Issue
Block a user