mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
flushing the john makes it a bit better
This commit is contained in:
@ -196,6 +196,8 @@ void RenderFrame()
|
||||
glBindVertexArray(CompVertexArrayID);
|
||||
glDrawArrays(GL_TRIANGLES, 0, 4*3);
|
||||
}
|
||||
|
||||
glFlush();
|
||||
}
|
||||
|
||||
void BindOutputTexture()
|
||||
|
Reference in New Issue
Block a user