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