mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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)
|
char* discord_get_own_username(void)
|
||||||
{
|
{
|
||||||
if (discord_is_ready)
|
if (discord_is_ready())
|
||||||
return user_name;
|
return user_name;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
char* discord_get_own_avatar(void)
|
char* discord_get_own_avatar(void)
|
||||||
{
|
{
|
||||||
if (discord_is_ready)
|
if (discord_is_ready())
|
||||||
return user_avatar;
|
return user_avatar;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user