SDL_render_psp.c: Fix crash in PSP_DestroyRenderer()

This commit is contained in:
erysdren
2024-06-03 17:33:51 -05:00
committed by Sam Lantinga
parent 018f2791c7
commit 6da5242535

View File

@@ -1287,8 +1287,6 @@ static void PSP_DestroyRenderer(SDL_Renderer *renderer)
return;
}
StartDrawing(renderer);
sceKernelDisableSubIntr(PSP_VBLANK_INT, 0);
sceKernelReleaseSubIntrHandler(PSP_VBLANK_INT, 0);
sceDisplayWaitVblankStart();