diff --git a/Command-Line-Arguments.md b/Command-Line-Arguments.md new file mode 100644 index 0000000..2ed8b47 --- /dev/null +++ b/Command-Line-Arguments.md @@ -0,0 +1,31 @@ +``` +DuckStation Qt Frontend Version 0.1-3076-g7f6586b3 (master) +https://github.com/stenzek/duckstation + +Usage: duckstation-qt-x64-ReleaseLTCG.exe [parameters] [--] [boot filename] + + -help: Displays this information and exits. + -version: Displays version information and exits. + -batch: Enables batch mode (exits after powering off). + -fastboot: Force fast boot for provided filename. + -slowboot: Force slow boot for provided filename. + -resume: Load resume save state. If a boot filename is provided, + that game's resume state will be loaded, otherwise the most + recent resume save state will be loaded. + -state : Loads specified save state by index. If a boot + filename is provided, a per-game state will be loaded, otherwise + a global state will be loaded. + -statefile : Loads state from the specified filename. + No boot filename is required with this option. + -fullscreen: Enters fullscreen mode immediately after starting. + -nofullscreen: Prevents fullscreen mode from triggering if enabled. + -portable: Forces "portable mode", data in same directory. + -nocontroller: Prevents the emulator from polling for controllers. + Try this option if you're having difficulties starting + the emulator. + -settings : Loads a custom settings configuration from the + specified filename. Default settings applied if file not found. + --: Signals that no more arguments will follow and the remaining + parameters make up the filename. Use when the filename contains + spaces or starts with a dash. +``` \ No newline at end of file