implement linux filesystem support

This commit is contained in:
chris-hawley
2019-03-11 15:28:37 -04:00
committed by chris hawley
parent b1f2f177cd
commit fed4cb63a7
3 changed files with 38 additions and 10 deletions

View File

@@ -154,7 +154,7 @@ int xenia_main(const std::vector<std::wstring>& args) {
#if defined(XE_PLATFORM_WIN32)
content_root = xe::join_paths(content_root, L"Xenia");
#elif defined(XE_PLATFORM_LINUX)
content_root = xe::join_paths(content_root, L".xenia");
content_root = xe::join_paths(content_root, L"Xenia");
#else
#warning Unhandled platform for content root.
content_root = xe::join_paths(content_root, L"Xenia");