mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +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;
|
||||
|
||||
#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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user