diff options
author | 2024-05-22 20:46:34 -0400 | |
---|---|---|
committer | 2024-05-22 20:48:11 -0400 | |
commit | 5880e274502f29f69c921ed16320d8fcc80def36 (patch) | |
tree | 78f52b38d9c093347b9fe509ae963aa081f74792 /games-emulation/pcsx2/files | |
parent | games-emulation/pcsx2_patches: enable py3.13 (diff) | |
download | gentoo-5880e274502f29f69c921ed16320d8fcc80def36.tar.gz gentoo-5880e274502f29f69c921ed16320d8fcc80def36.tar.bz2 gentoo-5880e274502f29f69c921ed16320d8fcc80def36.zip |
games-emulation/pcsx2: drop obsolete patch
Still applies but been fixed upstream, wasn't neccessary
for the last bump either.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2/files')
-rw-r--r-- | games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch b/games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch deleted file mode 100644 index d8d341a7dea1..000000000000 --- a/games-emulation/pcsx2/files/pcsx2-1.7.5817-missing-headers.patch +++ /dev/null @@ -1,18 +0,0 @@ -ThreadedFileReader.cpp:37:4: error: use of undeclared identifier 'memcpy' -defs.h:78:14: error: no member named 'clamp' in namespace 'std' ---- a/pcsx2/CDVD/ThreadedFileReader.h -+++ b/pcsx2/CDVD/ThreadedFileReader.h -@@ -10,4 +10,5 @@ - #include <atomic> - #include <condition_variable> -+#include <cstring> - - class Error; ---- a/pcsx2/SPU2/defs.h -+++ b/pcsx2/SPU2/defs.h -@@ -6,4 +6,5 @@ - #include "GS/MultiISA.h" - -+#include <algorithm> - #include <array> - |