Remove deinit of video driver

main
Francisco Javier Trujillo Mata 2022-08-02 18:13:55 +02:00 committed by Sam Lantinga
parent 83c1179744
commit 3f7dda8c72
1 changed files with 1 additions and 1 deletions

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)