mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 09:24:58 +00:00
Applied feedback from @raphaelthegreat
This commit is contained in:
parent
b62836d29f
commit
fa76a723ad
6 changed files with 22 additions and 8 deletions
|
@ -95,7 +95,8 @@ void Emulator::Run(const std::filesystem::path& file) {
|
|||
}
|
||||
}
|
||||
}
|
||||
std::string game_title = id + " - " + title + " <" + app_version + ">";
|
||||
std::string game_title = fmt::format("{} - {} <{}>", id, title, app_version);
|
||||
|
||||
window =
|
||||
std::make_unique<Frontend::WindowSDL>(WindowWidth, WindowHeight, controller, game_title);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue