mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix path to documents folder
This commit is contained in:
parent
b5707b0c2e
commit
357ecc520b
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
|
|||
}
|
||||
|
||||
//Get documents path
|
||||
char *path = xdg_user_dir_lookup_with_fallback("DOCUMENTS", getenv("HOME"));
|
||||
char *path = getenv("HOME")+"/Documents"; //xdg_user_dir_lookup_with_fallback("Documents", getenv("HOME"));
|
||||
p->docsPath = path;
|
||||
p->gamePath = path;
|
||||
#ifdef OS_OSX
|
||||
|
|
|
|||
Loading…
Reference in a new issue