Header display like RPCS3

This commit is contained in:
Xphalnos 2024-07-30 21:49:11 +02:00
parent b3525d7f79
commit 19593bc6d7

View File

@ -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<Frontend::WindowSDL>(WindowWidth, WindowHeight, controller, game_title);