From 1fce6ce87dcd15107e3aa26b767395dbb6eafe6c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 8 Feb 2020 22:19:13 +0100 Subject: Start getting NEON GPU to work on non-Arm --- plugins/gpu_neon/psx_gpu_if.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/gpu_neon/psx_gpu_if.c') diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 788e3b4..3f3805a 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -9,7 +9,12 @@ */ #include + +#ifdef _WIN32 +#include +#else #include +#endif extern const unsigned char cmd_lengths[256]; #define command_lengths cmd_lengths -- cgit v1.2.3