diff options
-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" - |