diff --git a/src/emulator.cpp b/src/emulator.cpp index cc9cbbd98..2d3460a74 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -141,8 +141,8 @@ void Emulator::Run(const std::filesystem::path& file) { if (Common::isRelease) { window_title = fmt::format("shadPS4 v{} | {}", Common::VERSION, game_title); } else { - window_title = - fmt::format("shadPS4 v{} {} | {}", Common::VERSION, Common::g_scm_desc, game_title); + window_title = fmt::format("shadPS4 v{} {} {} | {}", Common::VERSION, Common::g_scm_branch, + Common::g_scm_desc, game_title); } window = std::make_unique( Config::getScreenWidth(), Config::getScreenHeight(), controller, window_title);