diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-27 09:41:46 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-30 22:29:47 +0100 |
commit | 41c1f455d680976af2ca70542f5e207da6da7651 (patch) | |
tree | fa9e8da6b7ff972648bc5775e0bca3514cd79d6f /games-emulation/ppsspp | |
parent | x11-misc/slop: Fix multilib-strict failure (diff) | |
download | gentoo-41c1f455d680976af2ca70542f5e207da6da7651.tar.gz gentoo-41c1f455d680976af2ca70542f5e207da6da7651.tar.bz2 gentoo-41c1f455d680976af2ca70542f5e207da6da7651.zip |
games-emulation/ppsspp: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/6656
Diffstat (limited to 'games-emulation/ppsspp')
-rw-r--r-- | games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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)); |