diff --git a/core/hw/sh4/modules/serial.cpp b/core/hw/sh4/modules/serial.cpp index 880fd867a..f8aa71bd4 100644 --- a/core/hw/sh4/modules/serial.cpp +++ b/core/hw/sh4/modules/serial.cpp @@ -183,7 +183,7 @@ struct PTYPipe : public SerialPipe #elif defined(_WIN32) if (AllocConsole()) { - SetConsoleTitle("Flycast Serial Output"); + SetConsoleTitle(TEXT("Flycast Serial Output")); // Pipe stdout HANDLE hStd = GetStdHandle(STD_OUTPUT_HANDLE);