From 410e00c7b16b693c27bcf31fc397e9ec9fdb47a4 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 14 Jun 2021 13:37:15 -0700 Subject: [PATCH] Add page on CLI args --- docs/docs/cli.md | 14 ++++++++++++++ docs/mkdocs.yml | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 docs/docs/cli.md diff --git a/docs/docs/cli.md b/docs/docs/cli.md new file mode 100644 index 00000000..fff9428c --- /dev/null +++ b/docs/docs/cli.md @@ -0,0 +1,14 @@ +These options may be passed to xemu as command line arguments to change +startup behavior. + +| Argument | Action | +|----------|--------| +| `-full-screen` | Launch in full screen | +| `-dvd_path ` | Load disc image `` | +| `-snapshot` | Discard any writes to the HDD image after exit | +| `-config_path ` | Use `` as config file (usually xemu.ini) | + +## Advanced + +Extra command line arguments are passed as QEMU launch arguments. See QEMU +documentation for specifics. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0690621b..bd58b031 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -71,6 +71,8 @@ nav: - Getting Started: getting-started.md - Input Devices: input.md - Networking: networking.md + - Reference: + - Command Line Arguments: cli.md - HDD Access via FTP: ftp.md - Snapshots (Save States): snapshots.md - Advanced Topics: