mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
Use ~/.config/APPBASENAME instead of ~/.APPBASENAME on Linux
git-svn-id: https://svn.eduke32.com/eduke32@6729 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0e0de77439
commit
aca16910d0
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ void G_ExtInit(void)
|
||||||
#elif defined(GEKKO)
|
#elif defined(GEKKO)
|
||||||
"apps/" APPBASENAME
|
"apps/" APPBASENAME
|
||||||
#else
|
#else
|
||||||
"." APPBASENAME
|
".config/" APPBASENAME
|
||||||
#endif
|
#endif
|
||||||
,homedir);
|
,homedir);
|
||||||
asperr = addsearchpath(cwd);
|
asperr = addsearchpath(cwd);
|
||||||
|
|
Loading…
Reference in a new issue