fix formatting oops

This commit is contained in:
kotn3l 2024-08-19 21:04:44 +02:00
parent dc3dd32636
commit a3e5aa1372

View file

@ -111,9 +111,7 @@ void Emulator::Run(const std::filesystem::path& file) {
window_title =
fmt::format("shadPS4 v{} {} | {}", Common::VERSION, Common::g_scm_desc, game_title);
}
window = std::make_unique<Frontend::WindowSDL>(
Config::getScreenWidth(), Config::getScreenHeight(),
controller, window_title);
window = std::make_unique<Frontend::WindowSDL>(Config::getScreenWidth(), Config::getScreenHeight(), controller, window_title);
g_window = window.get();