mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Remove " Settings" from user profile folders on Windows
git-svn-id: https://svn.eduke32.com/eduke32@6752 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6895ca0fc0
commit
9e0c1277ba
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ void G_ExtInit(void)
|
|||
{
|
||||
Bsnprintf(cwd,sizeof(cwd),"%s/"
|
||||
#if defined(_WIN32)
|
||||
APPNAME " Settings"
|
||||
APPNAME
|
||||
#elif defined(GEKKO)
|
||||
"apps/" APPBASENAME
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue