Browse Source

android: add extras vpk to PLATFORM path search

pull/200/head
nillerusr 1 year ago
parent
commit
92a1eae995
  1. 1
      public/filesystem_init.cpp

1
public/filesystem_init.cpp

@ -591,6 +591,7 @@ FSReturnCode_t FileSystem_LoadSearchPaths( CFSSearchPathsInit &initInfo ) @@ -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…
Cancel
Save