mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Put this around HAVE_DISCORD ifdefs
This commit is contained in:
parent
27c2c6c6d7
commit
fc176c1fa6
1 changed files with 2 additions and 0 deletions
|
@ -1776,7 +1776,9 @@ void command_playlist_update_write(
|
|||
**/
|
||||
bool command_event(enum event_command cmd, void *data)
|
||||
{
|
||||
#ifdef HAVE_DISCORD
|
||||
static bool discord_inited = false;
|
||||
#endif
|
||||
bool boolean = false;
|
||||
|
||||
switch (cmd)
|
||||
|
|
Loading…
Add table
Reference in a new issue