Skip to content

Commit

Permalink
android: add extras vpk to PLATFORM path search
Browse files Browse the repository at this point in the history
  • Loading branch information
nillerusr committed Feb 16, 2023
1 parent cc7541f commit 92a1eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/filesystem_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}
Expand Down

0 comments on commit 92a1eae

Please sign in to comment.