From 0f39ef424760ac05a3acbfdf79940ef5ed881c23 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 6 Jul 2018 23:03:15 -0400 Subject: [PATCH] [#6955] Update hexspeak magic pointer code Fixes #6955 --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index a20fa064a2..81e8057f96 100644 --- a/retroarch.c +++ b/retroarch.c @@ -194,7 +194,7 @@ static char runtime_shader_preset[255] = {0}; #ifdef HAVE_THREAD_STORAGE static sthread_tls_t rarch_tls; -const void *MAGIC_POINTER = (void*)(uintptr_t)0xB16B00B5; +const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED; #endif static retro_bits_t has_set_libretro_device;