mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 05:18:57 +02:00
sysconf stub cuz crash(?) + some stderrp stuff
This commit is contained in:
parent
4d03401bba
commit
81f2ba5f9e
14 changed files with 506 additions and 73 deletions
|
|
@ -130,6 +130,10 @@ public:
|
|||
ASSERT(!eden_path.empty());
|
||||
eden_path_cache = eden_path / CACHE_DIR;
|
||||
eden_path_config = eden_path / CONFIG_DIR;
|
||||
#elif defined(__OPENORBIS__)
|
||||
eden_path = "/data/eden";
|
||||
eden_path_cache = eden_path / CACHE_DIR;
|
||||
eden_path_config = eden_path / CONFIG_DIR;
|
||||
#else
|
||||
eden_path = GetCurrentDir() / PORTABLE_DIR;
|
||||
if (!Exists(eden_path) || !IsDir(eden_path)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue