mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Turn this into a static global variable
This commit is contained in:
parent
7965549204
commit
a3cce404b6
@ -2233,7 +2233,7 @@ struct rarch_state
|
|||||||
static struct rarch_state rarch_st;
|
static struct rarch_state rarch_st;
|
||||||
|
|
||||||
#ifdef HAVE_THREAD_STORAGE
|
#ifdef HAVE_THREAD_STORAGE
|
||||||
const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED;
|
static const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static runloop_core_status_msg_t runloop_core_status_msg =
|
static runloop_core_status_msg_t runloop_core_status_msg =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user