engine: common: add host.default_gamedir containing gamedir passed to us from game launcher

This commit is contained in:
Alibek Omarov
2026-04-03 03:49:23 +05:00
parent e8ef7ad60c
commit 8e450d869b
9 changed files with 29 additions and 23 deletions

View File

@@ -27,9 +27,6 @@ extern fs_globals_t *FI;
#define FS_Gamedir() GI->gamefolder
#define FS_Title() GI->title
#define FS_InitStdio (*g_fsapi.InitStdio)
#define FS_ShutdownStdio (*g_fsapi.ShutdownStdio)
// search path utils
#define FS_Rescan (*g_fsapi.Rescan)
#define FS_ClearSearchPath (*g_fsapi.ClearSearchPath)