1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-06-27 01:10:17 +00: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

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