diff --git a/src/xenia/app/xenia_main.cc b/src/xenia/app/xenia_main.cc index ce013ec22..c715e733e 100644 --- a/src/xenia/app/xenia_main.cc +++ b/src/xenia/app/xenia_main.cc @@ -210,7 +210,7 @@ int xenia_main(const std::vector& args) { std::wstring abs_path = xe::to_absolute_path(path); result = emulator->LaunchPath(abs_path); if (XFAILED(result)) { - XELOGE("Failed to launch target: %.8X", result); + xe::FatalError("Failed to launch target: %.8X", result); emulator.reset(); emulator_window.reset(); return 1;