mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-05-08 03:27:55 +03:00
fixes to build on linux
This commit is contained in:
parent
c479921142
commit
7a136b8a84
9 changed files with 56 additions and 50 deletions
|
@ -672,7 +672,7 @@ const std::string& GetUserPath(const unsigned int DirIDX, const std::string &new
|
|||
else
|
||||
paths[D_USER_IDX] = std::string(getenv("HOME") ?
|
||||
getenv("HOME") : getenv("PWD") ?
|
||||
getenv("PWD") : "") + DIR_SEP DOLPHIN_DATA_DIR DIR_SEP;
|
||||
getenv("PWD") : "") + DIR_SEP EMU_DATA_DIR DIR_SEP;
|
||||
#endif
|
||||
|
||||
paths[D_CONFIG_IDX] = paths[D_USER_IDX] + CONFIG_DIR DIR_SEP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue