diff --git a/src/emulator.cpp b/src/emulator.cpp index 51c939970..5881c7b3f 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();