mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Qt: Use AssetsAssetReader to load Qt assets.
This commit is contained in:
+3
-1
@@ -247,7 +247,9 @@ void NativeInit(int argc, const char *argv[],
|
||||
#endif
|
||||
|
||||
// We want this to be FIRST.
|
||||
#ifndef USING_QT_UI
|
||||
#ifdef USING_QT_UI
|
||||
VFSRegister("", new AssetsAssetReader());
|
||||
#else
|
||||
#if defined(BLACKBERRY) || defined(IOS)
|
||||
// Packed assets are included in app
|
||||
VFSRegister("", new DirectoryAssetReader(external_directory));
|
||||
|
||||
Reference in New Issue
Block a user