mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
(GX SALAMANDER) fix hang in salamander
This commit is contained in:
parent
e01244acfa
commit
203435487e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user