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 b085837 commit 0fdbcdeCopy full SHA for 0fdbcde
src/xenia/app/emulator_window.cc
@@ -432,7 +432,7 @@ void EmulatorWindow::UpdateTitle() {
432
433
if (emulator()->is_title_open()) {
434
auto game_title = emulator()->game_title();
435
- title += xe::format_string(L" | [%.8X] %s", emulator()->title_id(),
+ title += xe::format_string(L" | [%.8X] %ls", emulator()->title_id(),
436
game_title.c_str());
437
}
438
0 commit comments