mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Create profile in Documents instead of AppData
This commit is contained in:
parent
d17d996dc5
commit
0c74a1af75
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ FS_AddHomeAsGameDirectory(char *dir)
|
|||
}
|
||||
|
||||
len = snprintf(gdir, sizeof(gdir), "%s%s%s/", profile,
|
||||
"/AppData/Local/YamagiQ2/", dir);
|
||||
"/Documents/YamagiQ2/", dir);
|
||||
#else
|
||||
char *homedir = getenv("HOME");
|
||||
|
||||
|
|
Loading…
Reference in a new issue