Added rudimentary support for automatically finding Microsoft Store version of Quake 3

Unlike the Steam and GOG support I'm not doing a registry search as I don't see anything in the registry that would show us the path. If we find more official ways to search for it later we can address that, in the meantime the path is just hardcoded to where it's installed by default.
This commit is contained in:
Tom Kidd 2021-09-25 21:30:03 -05:00
parent e987a81edf
commit fa64d4f8a8
3 changed files with 20 additions and 0 deletions

View file

@ -1123,6 +1123,7 @@ void Sys_SetDefaultInstallPath(const char *path);
char *Sys_DefaultInstallPath(void);
char *Sys_SteamPath(void);
char *Sys_GogPath(void);
char *Sys_MicrosoftStorePath(void);
#ifdef __APPLE__
char *Sys_DefaultAppPath(void);