diff --git a/src/emulator.cpp b/src/emulator.cpp index 5b162e056..9969ff3a2 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -106,7 +106,7 @@ void Emulator::Run(const std::filesystem::path& file) { } } } - std::string game_title = fmt::format("{} - {} <{}>", id, title, app_version); + std::string game_title = fmt::format("{} [{}] <{}>", title, id, app_version); window = std::make_unique(WindowWidth, WindowHeight, controller, game_title);