mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 19:48:51 +00:00
Merge pull request #9961 from erysdren/psp-renderer-crash
SDL_render_psp.c: Fix crash in PSP_DestroyRenderer()
This commit is contained in:
commit
25e41df4db
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue