mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 08:08:06 +00:00
android: add extras vpk to PLATFORM path search
This commit is contained in:
parent
cc7541f132
commit
92a1eae995
@ -591,6 +591,7 @@ FSReturnCode_t FileSystem_LoadSearchPaths( CFSSearchPathsInit &initInfo )
|
|||||||
|
|
||||||
FOR_EACH_VEC( vecPaths, idxExtraPath )
|
FOR_EACH_VEC( vecPaths, idxExtraPath )
|
||||||
{
|
{
|
||||||
|
FileSystem_AddLoadedSearchPath( initInfo, "PLATFORM", vecPaths[idxExtraPath], false );
|
||||||
FileSystem_AddLoadedSearchPath( initInfo, "GAME", vecPaths[idxExtraPath], false );
|
FileSystem_AddLoadedSearchPath( initInfo, "GAME", vecPaths[idxExtraPath], false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user