android: add extras vpk to PLATFORM path search
This commit is contained in:
parent
89165459f9
commit
be67988a3a
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ FSReturnCode_t FileSystem_LoadSearchPaths( CFSSearchPathsInit &initInfo )
|
|||
|
||||
FOR_EACH_VEC( vecPaths, idxExtraPath )
|
||||
{
|
||||
FileSystem_AddLoadedSearchPath( initInfo, "PLATFORM", vecPaths[idxExtraPath], false );
|
||||
FileSystem_AddLoadedSearchPath( initInfo, "GAME", vecPaths[idxExtraPath], false );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue