n64: rice: disable all buffer swaps.

note to maintainer: no binaries included in this commit
This commit is contained in:
goyuken 2013-05-13 03:31:43 +00:00
parent 32cc22e361
commit d3f7647d54
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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);

View File

@ -394,7 +394,7 @@ void COGLGraphicsContext::UpdateFrame(bool swaponly)
if(renderCallback)
(*renderCallback)(status.bScreenIsDrawn);
CoreVideo_GL_SwapBuffers();
//CoreVideo_GL_SwapBuffers();
/*if(options.bShowFPS)
{