mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Support symbolic links
This commit is contained in:
parent
018ecff8ee
commit
acfc8c2861
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ int FILESYSTEM_init(char *argvZero)
|
||||||
char output[MAX_PATH];
|
char output[MAX_PATH];
|
||||||
int mkdirResult;
|
int mkdirResult;
|
||||||
|
|
||||||
|
PHYSFS_permitSymbolicLinks(1);
|
||||||
PHYSFS_init(argvZero);
|
PHYSFS_init(argvZero);
|
||||||
|
|
||||||
/* Determine the OS user directory */
|
/* Determine the OS user directory */
|
||||||
|
|
Loading…
Reference in a new issue