Command-line support: Difference between revisions

m
Adds ported gameargs feature to Qt
m (Add Big Picture mode)
m (Adds ported gameargs feature to Qt)
 
(One intermediate revision by one other user not shown)
Line 43: Line 43:
   -version: Displays version information and exits.
   -version: Displays version information and exits.
   -batch: Enables batch mode (exits after shutting down).
   -batch: Enables batch mode (exits after shutting down).
  -nogui: Hides main window while running (implies batch mode).
   -elf <file>: Overrides the boot ELF with the specified filename.
   -elf <file>: Overrides the boot ELF with the specified filename.
   -disc <path>: Uses the specified host DVD drive as a source.
   -disc <path>: Uses the specified host DVD drive as a source.
Line 53: Line 54:
   -nofullscreen: Prevents fullscreen mode from triggering if enabled.
   -nofullscreen: Prevents fullscreen mode from triggering if enabled.
   -bigpicture: Forces PCSX2 to use the Big Picture mode (useful for controller-only and couch play).
   -bigpicture: Forces PCSX2 to use the Big Picture mode (useful for controller-only and couch play).
  -gameargs="-arg1 -arg2"'': Supplies launch arguments to the game itself ("-arg1" and "-arg2" will be passed to the game in this example).
   --: Signals that no more arguments will follow and the remaining
   --: Signals that no more arguments will follow and the remaining
     parameters make up the filename. Use when the filename contains
     parameters make up the filename. Use when the filename contains
ninja
45

edits