summaryrefslogtreecommitdiff
blob: 6f75d5ec31c65b088dbfbd26a4a7759655f274f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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));