[App] Log content root.

This commit is contained in:
gibbed 2018-11-22 17:40:38 -06:00
parent 00261b9ca0
commit d04c748773
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ int xenia_main(const std::vector<std::wstring>& args) {
}
}
content_root = xe::to_absolute_path(content_root);
XELOGI("Content root: %S", content_root.c_str());
// Create the emulator but don't initialize so we can setup the window.
auto emulator = std::make_unique<Emulator>(L"", content_root);