Skip to content

Commit 92a1eae

Browse files
committed
android: add extras vpk to PLATFORM path search
1 parent cc7541f commit 92a1eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/filesystem_init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ FSReturnCode_t FileSystem_LoadSearchPaths( CFSSearchPathsInit &initInfo )
591591

592592
FOR_EACH_VEC( vecPaths, idxExtraPath )
593593
{
594+
FileSystem_AddLoadedSearchPath( initInfo, "PLATFORM", vecPaths[idxExtraPath], false );
594595
FileSystem_AddLoadedSearchPath( initInfo, "GAME", vecPaths[idxExtraPath], false );
595596
}
596597
}

0 commit comments

Comments
 (0)