Remove deinit of video driver

This commit is contained in:
Francisco Javier Trujillo Mata 2022-08-02 18:13:55 +02:00 committed by Sam Lantinga
parent 83c1179744
commit 3f7dda8c72

View File

@ -95,7 +95,7 @@ static int PS2_VideoInit(_THIS)
static void PS2_VideoQuit(_THIS)
{
/*gsKit_deinit_global(gsGlobal);*/
}
static SDL_VideoDevice *PS2_CreateDevice(int devindex)