mirror of https://github.com/libsdl-org/SDL.git
SDL_render_psp.c: Fix crash in PSP_DestroyRenderer()
This commit is contained in:
parent
a9a51cebde
commit
b867db4d54
|
|
@ -1261,8 +1261,6 @@ static void PSP_DestroyRenderer(SDL_Renderer *renderer)
|
|||
return;
|
||||
}
|
||||
|
||||
StartDrawing(renderer);
|
||||
|
||||
sceKernelDisableSubIntr(PSP_VBLANK_INT, 0);
|
||||
sceKernelReleaseSubIntrHandler(PSP_VBLANK_INT, 0);
|
||||
sceDisplayWaitVblankStart();
|
||||
|
|
|
|||
Loading…
Reference in New Issue