mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 21:52:42 +00:00
osx buildfix
This commit is contained in:
parent
e22148fed4
commit
1d0a9262ae
@ -830,7 +830,7 @@ uint64_t cpu_features_get(void)
|
||||
|
||||
void cpu_features_get_model_name(char *name, int len)
|
||||
{
|
||||
#ifdef CPU_X86
|
||||
#if defined(CPU_X86) && !defined(__MACH__)
|
||||
union {
|
||||
int i[4];
|
||||
unsigned char s[16];
|
||||
|
Loading…
x
Reference in New Issue
Block a user