mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Replaced __clang___ with __GNUC__ macro. (clang defines both)
This commit is contained in:
parent
aa9f578bc6
commit
24a8ea57fe
@ -77,7 +77,7 @@ void ih264d_init_function_ptr(dec_struct_t *ps_codec)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __clang__
|
||||
#ifdef __GNUC__
|
||||
#include <cpuid.h>
|
||||
|
||||
void __cpuid2(signed int* cpuInfo, unsigned int level)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user