formatting fix for real

This commit is contained in:
kotn3l 2024-08-20 12:37:35 +02:00
parent 630212cf26
commit d0bb5c03c8
1 changed files with 2 additions and 3 deletions

View File

@ -111,9 +111,8 @@ 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>(Config::getScreenWidth(), window = std::make_unique<Frontend::WindowSDL>(
Config::getScreenHeight(), Config::getScreenWidth(), Config::getScreenHeight(), controller, window_title);
controller, window_title);
g_window = window.get(); g_window = window.get();