(GX SALAMANDER) fix hang in salamander

This commit is contained in:
ToadKing 2013-04-29 21:55:23 -04:00
parent e01244acfa
commit 203435487e

View File

@ -337,12 +337,15 @@ static void system_exitspawn(void)
static void system_deinit(void)
{
#ifndef IS_SALAMANDER
// we never init GX/VIDEO subsystems in salamander
GX_DrawDone();
GX_AbortFrame();
GX_Flush();
VIDEO_SetBlack(true);
VIDEO_Flush();
VIDEO_WaitVSync();
#endif
}
#ifndef IS_SALAMANDER