diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-02-18 15:00:07 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-23 02:04:40 +0100 |
commit | b14d542df852b2c40f3258e87b2ff1e47c4e6755 (patch) | |
tree | fbdb0803fdd129533b539d11a93cc67d6465e5d2 /games-emulation | |
parent | app-text/crwx-ng: remove unused patch(es) (diff) | |
download | gentoo-b14d542df852b2c40f3258e87b2ff1e47c4e6755.tar.gz gentoo-b14d542df852b2c40f3258e87b2ff1e47c4e6755.tar.bz2 gentoo-b14d542df852b2c40f3258e87b2ff1e47c4e6755.zip |
games-emulation/ppsspp: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ppsspp/files/ppsspp-1.16-MIPSTables-fix-includes.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games-emulation/ppsspp/files/ppsspp-1.16-MIPSTables-fix-includes.patch b/games-emulation/ppsspp/files/ppsspp-1.16-MIPSTables-fix-includes.patch deleted file mode 100644 index 87e85f5bc878..000000000000 --- a/games-emulation/ppsspp/files/ppsspp-1.16-MIPSTables-fix-includes.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/Core/MIPS/MIPSTables.h -+++ b/Core/MIPS/MIPSTables.h -@@ -18,6 +18,7 @@ - #pragma once - - #include <string> -+#include <stdint.h> - #include "Common/CommonTypes.h" - #include "Core/MIPS/MIPS.h" - |