Skip to content

Commit

Permalink
Merge branch 'these-are-the-datas-youre-looking-for' into 'master'
Browse files Browse the repository at this point in the history
Add game-independent VFS directory to CS' VFS

See merge request OpenMW/openmw!3683
  • Loading branch information
psi29a committed Dec 26, 2023
2 parents b39a6ae + 01e2e56 commit f80bbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/opencs/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ std::pair<Files::PathContainer, std::vector<std::string>> CS::Editor::readConfig

dataDirs.insert(dataDirs.end(), dataLocal.begin(), dataLocal.end());

dataDirs.insert(dataDirs.begin(), mResources / "vfs");

// iterate the data directories and add them to the file dialog for loading
mFileDialog.addFiles(dataDirs);

Expand Down

0 comments on commit f80bbd4

Please sign in to comment.