mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 11:29:43 +00:00
Add page on CLI args
This commit is contained in:
parent
8cfc06a167
commit
410e00c7b1
14
docs/docs/cli.md
Normal file
14
docs/docs/cli.md
Normal file
@ -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 <iso>` | Load disc image `<iso>` |
|
||||
| `-snapshot` | Discard any writes to the HDD image after exit |
|
||||
| `-config_path <config>` | Use `<config>` as config file (usually xemu.ini) |
|
||||
|
||||
## Advanced
|
||||
|
||||
Extra command line arguments are passed as QEMU launch arguments. See QEMU
|
||||
documentation for specifics.
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user