mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Stop giant memory leak with --disable-discord and sixel.
This commit is contained in:
parent
1414bffa8e
commit
8bc25472be
@ -545,8 +545,7 @@ bool menu_display_libretro(bool is_idle,
|
||||
|
||||
command_event(CMD_EVENT_DISCORD_UPDATE, &userdata);
|
||||
#endif
|
||||
return true; /* Maybe return false here
|
||||
for indication of idleness? */
|
||||
return false; /* Return false here for indication of idleness */
|
||||
}
|
||||
return video_driver_cached_frame();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user