From d0bb5c03c8b5538c316252512ad6253eea8a223d Mon Sep 17 00:00:00 2001 From: kotn3l Date: Tue, 20 Aug 2024 12:37:35 +0200 Subject: [PATCH] formatting fix for real --- src/emulator.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index 5881c7b3..2d0806f0 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -111,9 +111,8 @@ 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(Config::getScreenWidth(), - Config::getScreenHeight(), - controller, window_title); + window = std::make_unique( + Config::getScreenWidth(), Config::getScreenHeight(), controller, window_title); g_window = window.get();