Skip to content

Commit 85ad6d7

Browse files
committed
window: fix window title display
1 parent 2c52438 commit 85ad6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xenia/app/emulator_window.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ void EmulatorWindow::UpdateTitle() {
432432

433433
if (emulator()->is_title_open()) {
434434
auto game_title = emulator()->game_title();
435-
title += xe::format_string(L" | [%.8X] %s", emulator()->title_id(),
435+
title += xe::format_string(L" | [%.8X] %ls", emulator()->title_id(),
436436
game_title.c_str());
437437
}
438438

0 commit comments

Comments
 (0)