mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Cleanups
This commit is contained in:
parent
777f8e94d0
commit
3cd701450a
@ -103,11 +103,8 @@ void rarch_main_msg_queue_push_new(uint32_t hash, unsigned prio, unsigned durati
|
|||||||
void rarch_main_msg_queue_push(const char *msg, unsigned prio, unsigned duration,
|
void rarch_main_msg_queue_push(const char *msg, unsigned prio, unsigned duration,
|
||||||
bool flush)
|
bool flush)
|
||||||
{
|
{
|
||||||
settings_t *settings;
|
settings_t *settings = config_get_ptr();
|
||||||
settings = config_get_ptr();
|
if(!settings->video.font_enable || !g_msg_queue)
|
||||||
if(!settings->video.font_enable)
|
|
||||||
return;
|
|
||||||
if (!g_msg_queue)
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user