mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Vita: VitaGL api changes (#11981)
* Vita: VitaGL api changes: vglSwapBuffers * Vita: VitaGL api change: Remove vglStartRendering
This commit is contained in:
parent
c360f9126d
commit
066917ac23
@ -283,7 +283,6 @@ static void *gl1_gfx_init(const video_info_t *video,
|
||||
{
|
||||
vglInitExtended(0x1400000, full_x, full_y, RAM_THRESHOLD, SCE_GXM_MULTISAMPLE_4X);
|
||||
vglUseVram(GL_TRUE);
|
||||
vglStartRendering();
|
||||
vgl_inited = true;
|
||||
}
|
||||
#endif
|
||||
|
@ -67,8 +67,7 @@ static void vita_swap_buffers(void *data)
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_VITAGL)
|
||||
vglStopRendering();
|
||||
vglStartRendering();
|
||||
vglSwapBuffers(GL_FALSE);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user