mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-01 22:31:58 +00:00
Make the windows port find ppge_atlas in the assets subdirectory.
This commit is contained in:
parent
5a11d4d9c5
commit
624927cd9a
@ -56,6 +56,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
|
||||
token = strtok(szCmdLine," ");
|
||||
|
||||
g_Config.Load();
|
||||
VFSRegister("", new DirectoryAssetReader("assets/"));
|
||||
VFSRegister("", new DirectoryAssetReader(""));
|
||||
|
||||
while (token)
|
||||
|
Loading…
x
Reference in New Issue
Block a user