Merge branch 'master' into d3d12

This commit is contained in:
gibbed
2019-05-04 13:09:08 -05:00
13 changed files with 480 additions and 190 deletions

View File

@@ -169,7 +169,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");