We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea8265 commit 9969f81Copy full SHA for 9969f81
src/xenia/app/emulator_window.cc
@@ -809,7 +809,8 @@ void EmulatorWindow::FileDrop(const std::filesystem::path& filename) {
809
xe::ui::ImGuiDialog::ShowMessageBox(
810
imgui_drawer_.get(), "Error: Failed to Launch",
811
fmt::format("Failed to launch target {}",
812
- filename.filename().string() + "; File format is unrecognized or corrupted."));
+ filename.filename().string() +
813
+ "; File format is unrecognized or corrupted."));
814
XELOGE("Failed to launch target: {:08X}", result);
815
}
816
0 commit comments