From 203435487e5648f489e8face5a10db9d9e4a1eaf Mon Sep 17 00:00:00 2001 From: ToadKing Date: Mon, 29 Apr 2013 21:55:23 -0400 Subject: [PATCH] (GX SALAMANDER) fix hang in salamander --- frontend/platform/platform_gx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/platform/platform_gx.c b/frontend/platform/platform_gx.c index 41a5f4ab03..edde30396b 100644 --- a/frontend/platform/platform_gx.c +++ b/frontend/platform/platform_gx.c @@ -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