mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
disable discord avatar for now, not time to hook it up properly
This commit is contained in:
parent
e13a142bae
commit
6e1dc5af46
@ -80,7 +80,8 @@ char* discord_get_own_avatar(void)
|
||||
|
||||
bool discord_avatar_is_ready(void)
|
||||
{
|
||||
return discord_avatar_ready;
|
||||
/*To-Do: fix-me, prevent lockups in ozone due to unfinished code*/
|
||||
return false;
|
||||
}
|
||||
|
||||
void discord_avatar_set_ready(bool ready)
|
||||
|
Loading…
x
Reference in New Issue
Block a user