mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Replaced __clang___ with __GNUC__ macro. (clang defines both)
This commit is contained in:
parent
aa9f578bc6
commit
24a8ea57fe
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void ih264d_init_function_ptr(dec_struct_t *ps_codec)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __GNUC__
|
||||||
#include <cpuid.h>
|
#include <cpuid.h>
|
||||||
|
|
||||||
void __cpuid2(signed int* cpuInfo, unsigned int level)
|
void __cpuid2(signed int* cpuInfo, unsigned int level)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue