You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/ppsspp/files/ppsspp-1.4-assets-lookup.patch

14 lines
525 B

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));