mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +00:00
fix formatting oops
This commit is contained in:
parent
dc3dd32636
commit
a3e5aa1372
1 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ void Emulator::Run(const std::filesystem::path& file) {
|
||||||
window_title =
|
window_title =
|
||||||
fmt::format("shadPS4 v{} {} | {}", Common::VERSION, Common::g_scm_desc, game_title);
|
fmt::format("shadPS4 v{} {} | {}", Common::VERSION, Common::g_scm_desc, game_title);
|
||||||
}
|
}
|
||||||
window = std::make_unique<Frontend::WindowSDL>(
|
window = std::make_unique<Frontend::WindowSDL>(Config::getScreenWidth(), Config::getScreenHeight(), controller, window_title);
|
||||||
Config::getScreenWidth(), Config::getScreenHeight(),
|
|
||||||
controller, window_title);
|
|
||||||
|
|
||||||
g_window = window.get();
|
g_window = window.get();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue