From 630212cf26b9e6dfb654354b685ec39b1c00b112 Mon Sep 17 00:00:00 2001 From: kotn3l Date: Tue, 20 Aug 2024 00:33:37 +0200 Subject: [PATCH] emulator.cpp clang format fix (hopefully?) --- src/emulator.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index 51c93997..5881c7b3 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -111,7 +111,9 @@ 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();