mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
(Discord) Unused if HAVE_MENU not defined
This commit is contained in:
parent
a867e3916e
commit
0be476508f
@ -253,6 +253,7 @@ static void handle_discord_spectate(const char* secret)
|
|||||||
RARCH_LOG("[discord] spectate (%s)\n", secret);
|
RARCH_LOG("[discord] spectate (%s)\n", secret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_MENU
|
||||||
static void handle_discord_join_response(void *ignore, const char *line)
|
static void handle_discord_join_response(void *ignore, const char *line)
|
||||||
{
|
{
|
||||||
/* To-Do: needs in-game widgets
|
/* To-Do: needs in-game widgets
|
||||||
@ -265,6 +266,7 @@ static void handle_discord_join_response(void *ignore, const char *line)
|
|||||||
#endif
|
#endif
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void handle_discord_join_request(const DiscordUser* request)
|
static void handle_discord_join_request(const DiscordUser* request)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user