mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +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)
|
||||
"apps/" APPBASENAME
|
||||
#else
|
||||
"." APPBASENAME
|
||||
".config/" APPBASENAME
|
||||
#endif
|
||||
,homedir);
|
||||
asperr = addsearchpath(cwd);
|
||||
|
|
Loading…
Reference in a new issue