gentoo-ebuilds/games-emulation/pcsx2/files/pcsx2-2.2.0-missing-header.patch
Ionen Wolkens d5cb1d4e3b
games-emulation/pcsx2: update live
Seems upstream finally decided to be a bit more supportive
of distributions with a package mode.

Still need to make the .desktop entry thoguh.

Also quick fix a header issue, imagine willl be short lived.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-11-01 05:38:15 -04:00

8 lines
274 B
Diff

Fails to build likely(?) with >=clang-19
SymbolGuardian.cpp:19:7: error: no member named 'unique_lock' in namespace 'std'
--- a/pcsx2/DebugTools/SymbolGuardian.h
+++ b/pcsx2/DebugTools/SymbolGuardian.h
@@ -6,2 +6,3 @@
#include <atomic>
+#include <mutex>
#include <thread>