make fancy file picker function game-specific

This commit is contained in:
2025-03-02 16:30:25 -06:00
committed by Celtic Minstrel
parent 5bc1643be7
commit 18294b4f1b
6 changed files with 28 additions and 10 deletions

View File

@@ -567,3 +567,6 @@ void pick_preferences() {
#endif
}
fs::path run_file_picker(bool saving){
return os_file_picker(saving);
}