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 2c52438 commit 85ad6d7Copy full SHA for 85ad6d7
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