From b328641f814aa95a1c6ac352a6cd4c4c191eca46 Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:03:36 +0100 Subject: [PATCH] clang --- src/main.cpp | 5 +++-- src/qt_gui/main.cpp | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e85d0d43e..153f8959c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,8 @@ int main(int argc, char* argv[]) { "Options:\n" " -g, --game Specify game path to launch\n" " -ga, --game-with-arg \n" - " Run a game executable with one argument passed to it.\n" + " Run a game executable with one argument " + "passed to it.\n" " -p, --patch Apply specified patch file\n" " -f, --fullscreen Specify window initial fullscreen " "state. Does not overwrite the config file.\n" @@ -182,7 +183,7 @@ int main(int argc, char* argv[]) { // Run the emulator with the resolved eboot path Core::Emulator emulator; - emulator.Run(eboot_path, game_arg); + emulator.Run(eboot_path, game_arg); return 0; } diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index ee4e3db99..1de059c96 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -45,7 +45,8 @@ int main(int argc, char* argv[]) { " -g, --game Specify or " " to launch\n" " -ga, --game-with-arg \n" - " Run a game executable with one argument passed to it.\n" + " Run a game executable with one argument " + "passed to it.\n" " -p, --patch Apply specified patch file\n" " -s, --show-gui Show the GUI\n" " -f, --fullscreen Specify window initial fullscreen "