Browse Source

Remove deinit of video driver

Francisco Javier Trujillo Mata 2 years ago
parent
commit
3f7dda8c72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/ps2/SDL_ps2video.c

+ 1 - 1
src/video/ps2/SDL_ps2video.c

@@ -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)