mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
Don't bake this in for __MACH__
This commit is contained in:
parent
89d9336b08
commit
9e2be63b75
@ -304,7 +304,7 @@ retro_time_t retro_get_time_usec(void)
|
||||
#include <intrin.h>
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user