From 41c1f455d680976af2ca70542f5e207da6da7651 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 27 Dec 2017 09:41:46 +0100 Subject: games-emulation/ppsspp: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/6656 --- games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch (limited to 'games-emulation/ppsspp') diff --git a/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch b/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch deleted file mode 100644 index 6f75d5ec31c6..000000000000 --- a/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp -index 8452d4d61d5f..3d5a4bbd2aa4 100644 ---- a/UI/NativeApp.cpp -+++ b/UI/NativeApp.cpp -@@ -316,7 +316,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch - - // We want this to be FIRST. - #ifdef USING_QT_UI -- VFSRegister("", new AssetsAssetReader()); -+ VFSRegister("", new DirectoryAssetReader("/usr/share/ppsspp/assets/")); - #elif defined(IOS) - // Packed assets are included in app - VFSRegister("", new DirectoryAssetReader(external_dir)); -- cgit v1.2.3-65-gdbad