Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/files/
Date: Sat, 30 Dec 2017 21:29:55
Message-Id: 1514669387.41c1f455d680976af2ca70542f5e207da6da7651.monsieurp@gentoo
1 commit: 41c1f455d680976af2ca70542f5e207da6da7651
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 27 08:41:46 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 21:29:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c1f455
7
8 games-emulation/ppsspp: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/6656
11
12 games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch b/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch
16 deleted file mode 100644
17 index 6f75d5ec31c..00000000000
18 --- a/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 -diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp
22 -index 8452d4d61d5f..3d5a4bbd2aa4 100644
23 ---- a/UI/NativeApp.cpp
24 -+++ b/UI/NativeApp.cpp
25 -@@ -316,7 +316,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch
26 -
27 - // We want this to be FIRST.
28 - #ifdef USING_QT_UI
29 -- VFSRegister("", new AssetsAssetReader());
30 -+ VFSRegister("", new DirectoryAssetReader("/usr/share/ppsspp/assets/"));
31 - #elif defined(IOS)
32 - // Packed assets are included in app
33 - VFSRegister("", new DirectoryAssetReader(external_dir));