2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

common: remove unneeded x86-specific header

This commit is contained in:
liushuyu 2022-08-16 15:19:57 -06:00
parent 6f931d49c7
commit b00df08145
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -12,7 +12,6 @@
#pragma intrinsic(_udiv128)
#else
#include <cstring>
#include <x86intrin.h>
#endif
#include "common/common_types.h"