We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_search_for_game_path
1 parent b7b6591 commit 740a5f1Copy full SHA for 740a5f1
src/openvic-simulation/dataloader/Vic2PathSearch.cpp
@@ -180,6 +180,7 @@ static fs::path _search_for_game_path(fs::path hint_path) {
180
// All platforms that reach this point do not seem to even have unofficial Steam support
181
#else
182
spdlog::warn_s("Could not find path for Steam installation on unsupported platform.");
183
+ return {};
184
#endif
185
}
186
0 commit comments