From af01b97a11414cc114c0c7a2069beccca2199296 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 20 May 2020 16:32:20 +0200 Subject: [PATCH] Add TODO/FIXME --- retroarch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/retroarch.c b/retroarch.c index c2fc88a21e..0c6375334b 100644 --- a/retroarch.c +++ b/retroarch.c @@ -1609,6 +1609,7 @@ static retro_usec_t runloop_frame_time_last = 0; static bool has_set_core = false; #ifdef HAVE_DISCORD +/* TODO/FIXME - static public global variable */ bool discord_is_inited = false; #endif static bool has_set_username = false;