mirror of
https://github.com/libretro/RetroArch
synced 2025-01-15 23:02:24 +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>
|
#include <intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CPU_X86
|
#if defined(CPU_X86) && !defined(__MACH__)
|
||||||
void x86_cpuid(int func, int flags[4])
|
void x86_cpuid(int func, int flags[4])
|
||||||
{
|
{
|
||||||
/* On Android, we compile RetroArch with PIC, and we
|
/* On Android, we compile RetroArch with PIC, and we
|
||||||
|
Loading…
Reference in New Issue
Block a user