mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Should fix non-HAVE_DISCORD path
This commit is contained in:
parent
3d611a2673
commit
73e01b64ba
1 changed files with 1 additions and 3 deletions
|
@ -3357,12 +3357,10 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||
settings_t *settings = config_get_ptr();
|
||||
unsigned max_users = *(input_driver_get_uint(INPUT_ACTION_MAX_USERS));
|
||||
|
||||
if (discord_is_inited)
|
||||
{
|
||||
#ifdef HAVE_DISCORD
|
||||
if (discord_is_inited)
|
||||
discord_run_callbacks();
|
||||
#endif
|
||||
}
|
||||
|
||||
if (runloop_frame_time.callback)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue