mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
Proper fix for static asserts
This commit is contained in:
parent
723fd8cbef
commit
2767373098
5 changed files with 40 additions and 13 deletions
|
@ -77,7 +77,7 @@ void ih264d_init_function_ptr(dec_struct_t *ps_codec)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef __clang__
|
||||
#ifndef __WIN32
|
||||
#include <cpuid.h>
|
||||
|
||||
void __cpuid2(signed int* cpuInfo, unsigned int level)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue