From 9e2be63b75a21085401b39d6e8e816c4326cced2 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 21 Jan 2016 00:56:47 +0100 Subject: [PATCH] Don't bake this in for __MACH__ --- performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.c b/performance.c index 142e9375d6..79b6b15c44 100644 --- a/performance.c +++ b/performance.c @@ -304,7 +304,7 @@ retro_time_t retro_get_time_usec(void) #include #endif -#ifdef CPU_X86 +#if defined(CPU_X86) && !defined(__MACH__) void x86_cpuid(int func, int flags[4]) { /* On Android, we compile RetroArch with PIC, and we