mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Applied feedback from @raphaelthegreat
This commit is contained in:
committed by
georgemoralis
parent
b62836d29f
commit
fa76a723ad
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user