From 64127b5c1bbff635d5da9b8d7705913a5fed91ba Mon Sep 17 00:00:00 2001 From: Elad Ashkenazi <18193363+elad335@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:04:25 +0300 Subject: [PATCH] buffer_stream.hpp: Try to fix MacOS compilation --- rpcs3/Emu/RSX/Common/buffer_stream.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/buffer_stream.hpp b/rpcs3/Emu/RSX/Common/buffer_stream.hpp index b4c1e3cb6f23..c978ccca0a22 100644 --- a/rpcs3/Emu/RSX/Common/buffer_stream.hpp +++ b/rpcs3/Emu/RSX/Common/buffer_stream.hpp @@ -14,7 +14,6 @@ #pragma GCC diagnostic ignored "-Wstrict-aliasing" #pragma GCC diagnostic ignored "-Wold-style-cast" #endif -#undef FORCE_INLINE #include "Emu/CPU/sse2neon.h" #ifndef _MSC_VER #pragma GCC diagnostic pop