Header display like RPCS3
This commit is contained in:
parent
b3525d7f79
commit
19593bc6d7
|
@ -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 =
|
window =
|
||||||
std::make_unique<Frontend::WindowSDL>(WindowWidth, WindowHeight, controller, game_title);
|
std::make_unique<Frontend::WindowSDL>(WindowWidth, WindowHeight, controller, game_title);
|
||||||
|
|
Loading…
Reference in New Issue