mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Disable native framebuffer support
This commit is contained in:
parent
54134fddd5
commit
e56c44512a
@ -122,9 +122,12 @@ VITA_Create()
|
|||||||
device->DestroyWindow = VITA_DestroyWindow;
|
device->DestroyWindow = VITA_DestroyWindow;
|
||||||
device->GetWindowWMInfo = VITA_GetWindowWMInfo;
|
device->GetWindowWMInfo = VITA_GetWindowWMInfo;
|
||||||
|
|
||||||
|
/*
|
||||||
|
// Disabled, causes issues on high-framerate updates. SDL still emulates this.
|
||||||
device->CreateWindowFramebuffer = VITA_CreateWindowFramebuffer;
|
device->CreateWindowFramebuffer = VITA_CreateWindowFramebuffer;
|
||||||
device->UpdateWindowFramebuffer = VITA_UpdateWindowFramebuffer;
|
device->UpdateWindowFramebuffer = VITA_UpdateWindowFramebuffer;
|
||||||
device->DestroyWindowFramebuffer = VITA_DestroyWindowFramebuffer;
|
device->DestroyWindowFramebuffer = VITA_DestroyWindowFramebuffer;
|
||||||
|
*/
|
||||||
|
|
||||||
#if SDL_VIDEO_OPENGL_ES2
|
#if SDL_VIDEO_OPENGL_ES2
|
||||||
device->GL_LoadLibrary = VITA_GL_LoadLibrary;
|
device->GL_LoadLibrary = VITA_GL_LoadLibrary;
|
||||||
|
Loading…
Reference in New Issue
Block a user