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