1
0
Эх сурвалжийг харах

SDL_render_psp.c: Fix crash in PSP_DestroyRenderer()

erysdren 2 жил өмнө
parent
commit
6da5242535

+ 0 - 2
src/render/psp/SDL_render_psp.c

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