mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 15:54:39 +00:00
This should be a function call
This commit is contained in:
parent
9c0ccccc1c
commit
6c2ac0bc29
@ -76,14 +76,14 @@ DiscordRichPresence discord_presence;
|
||||
|
||||
char* discord_get_own_username(void)
|
||||
{
|
||||
if (discord_is_ready)
|
||||
if (discord_is_ready())
|
||||
return user_name;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char* discord_get_own_avatar(void)
|
||||
{
|
||||
if (discord_is_ready)
|
||||
if (discord_is_ready())
|
||||
return user_avatar;
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user