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