n64: rice: disable all buffer swaps.
note to maintainer: no binaries included in this commit
This commit is contained in:
parent
32cc22e361
commit
d3f7647d54
|
@ -394,7 +394,7 @@ EXPORT m64p_error CALL VidExt_GL_SwapBuffers(void)
|
|||
if (!SDL_WasInit(SDL_INIT_VIDEO))
|
||||
return M64ERR_NOT_INIT;
|
||||
|
||||
SDL_GL_SwapBuffers();
|
||||
//SDL_GL_SwapBuffers();
|
||||
return M64ERR_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -391,7 +391,7 @@ void gen_interupt(void)
|
|||
//if(rompause)
|
||||
//{
|
||||
osd_render(); // draw Paused message in case gfx.updateScreen didn't do it
|
||||
VidExt_GL_SwapBuffers();
|
||||
//VidExt_GL_SwapBuffers();
|
||||
// while(rompause)
|
||||
// {
|
||||
//SDL_Delay(10);
|
||||
|
|
|
@ -394,7 +394,7 @@ void COGLGraphicsContext::UpdateFrame(bool swaponly)
|
|||
if(renderCallback)
|
||||
(*renderCallback)(status.bScreenIsDrawn);
|
||||
|
||||
CoreVideo_GL_SwapBuffers();
|
||||
//CoreVideo_GL_SwapBuffers();
|
||||
|
||||
/*if(options.bShowFPS)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue