mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
emulator.cpp clang format fix (hopefully?)
This commit is contained in:
parent
a3e5aa1372
commit
630212cf26
1 changed files with 3 additions and 1 deletions
|
@ -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<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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue