Merge pull request #6958 from RobLoach/defaced

code: Replace hexspeak code
This commit is contained in:
Twinaphex 2018-07-07 06:09:59 +02:00 committed by GitHub
commit dc161a1cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;