Turn this into a static global variable

This commit is contained in:
twinaphex 2020-06-04 12:23:59 +02:00
parent 7965549204
commit a3cce404b6

View File

@ -2233,7 +2233,7 @@ struct rarch_state
static struct rarch_state rarch_st;
#ifdef HAVE_THREAD_STORAGE
const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED;
static const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED;
#endif
static runloop_core_status_msg_t runloop_core_status_msg =