Changes

Jump to navigation Jump to search
m
fix wiki syntax
Line 188: Line 188:  
! Argument !! Description
 
! Argument !! Description
 
|-
 
|-
| --volume=<0..100> || Set sound volume (default: 100).
+
| --volume=&lt;0..100&gt; || Set sound volume (default: 100).
 
|-
 
|-
 
| --disable-file-cache || Disable file cache if supported by the platform.
 
| --disable-file-cache || Disable file cache if supported by the platform.
Line 194: Line 194:  
| --no-dol-hash || Do not calculate DOL hash (unsafe)
 
| --no-dol-hash || Do not calculate DOL hash (unsafe)
 
|-
 
|-
| --screenshot-period=<value>, -sp || Takes screenshots every n frame
+
| --screenshot-period=&lt;value&gt;, -sp || Takes screenshots every n frame
 
|-
 
|-
| --screenshot-write-queue-thread-count=<0..n> || Change the number of threads allocated to the screenshot write queue, 0 to disable (default: 1).
+
| --screenshot-write-queue-thread-count=&lt;0..n&gt; || Change the number of threads allocated to the screenshot write queue, 0 to disable (default: 1).
 
|-
 
|-
 
| --delete-after-load || Delete save state after a successful load.
 
| --delete-after-load || Delete save state after a successful load.
 
|-
 
|-
| --listen-port=<port> || Specify the service port to listen to (default: 1234).
+
| --listen-port=&lt;port&gt; || Specify the service port to listen to (default: 1234).
 
|-
 
|-
 
| --card-uncompressed || Do not compress card.
 
| --card-uncompressed || Do not compress card.
Line 206: Line 206:  
| --sync-guest-none || Don't synchronize emulation, run as fast as possible.
 
| --sync-guest-none || Don't synchronize emulation, run as fast as possible.
 
|-
 
|-
| --gecko-patch=<name> || Apply Gecko patch <name>
+
| --gecko-patch=&lt;name&gt; || Apply Gecko patch &lt;name&gt;
 
|-
 
|-
| --log=<file> || Log to file instead of stdout. Defaults to stdout
+
| --log=&lt;file&gt; || Log to file instead of stdout. Defaults to stdout
 
|-
 
|-
| --rootdir=<path>, -r<path> || Set the root directory
+
| --rootdir=&lt;path&gt;, -r&lt;path&gt; || Set the root directory
 
|-
 
|-
 
| --no-patch || Do not apply standard patch
 
| --no-patch || Do not apply standard patch
 
|-
 
|-
| --stop-failed-test[=<number>] || Stop subtests after <number> differences (default 10).
+
| --stop-failed-test[=&lt;number&gt;] || Stop subtests after &lt;number&gt; differences (default 10).
 
|-
 
|-
| --exit=<value>, -e || Exit after n frames
+
| --exit=&lt;value&gt;, -e || Exit after n frames
 
|-
 
|-
 
| --help, -h || Print usage and exit.
 
| --help, -h || Print usage and exit.
Line 226: Line 226:  
| --sync-guest-with-host || Synchronize emulation with host.
 
| --sync-guest-with-host || Synchronize emulation with host.
 
|-
 
|-
| --test=<filename>, -t || Starts emulator in unit test mode.
+
| --test=&lt;filename&gt;, -t || Starts emulator in unit test mode.
 
|-
 
|-
 
| --no-pip || Don't use pipeline database.
 
| --no-pip || Don't use pipeline database.
Line 232: Line 232:  
| --play-input || Play previously recorded input
 
| --play-input || Play previously recorded input
 
|-
 
|-
| --command=<file> || Use file as the contents of the command line (one arg per line).
+
| --command=&lt;file&gt; || Use file as the contents of the command line (one arg per line).
 
|-
 
|-
| --dim-screen-after=<s> || Dim screen after <s> seconds of inactivity.
+
| --dim-screen-after=&lt;s&gt; || Dim screen after &lt;s&gt; seconds of inactivity.
 
|-
 
|-
| --random-inputs-period=<0..n> || Change the random inputs period in number of frames (default: 10).
+
| --random-inputs-period=&lt;0..n&gt; || Change the random inputs period in number of frames (default: 10).
 
|-
 
|-
| --config=<filename>, -cfg || Gives path to the config file
+
| --config=&lt;filename&gt;, -cfg || Gives path to the config file
 
|-
 
|-
 
| --ask, -a || Ask for a rom and execute it.
 
| --ask, -a || Ask for a rom and execute it.
 
|-
 
|-
| --load-state-slot=<index>, -lss<index> || Load save state by index.
+
| --load-state-slot=&lt;index&gt;, -lss&lt;index&gt; || Load save state by index.
 
|-
 
|-
| --load-state-file=<filename>, -lsf<filename> || Load save state by filename.
+
| --load-state-file=&lt;filename&gt;, -lsf&lt;filename&gt; || Load save state by filename.
 
|-
 
|-
| --generatetest=<directory>, -gt || Starts emulator in unit test mode and generate output files inside the given directory.
+
| --generatetest=&lt;directory&gt;, -gt || Starts emulator in unit test mode and generate output files inside the given directory.
 
|-
 
|-
 
| --waitcontroller, -wc || Stop CPU until controller 0 has been detected
 
| --waitcontroller, -wc || Stop CPU until controller 0 has been detected
 
|-
 
|-
| --card-format=<size_in_Mbits> || Format card using given size in MBits (default 4, possible 8, 16, 32, 64, 128).
+
| --card-format=&lt;size_in_Mbits&gt; || Format card using given size in MBits (default 4, possible 8, 16, 32, 64, 128).
 
|-
 
|-
 
| --card-force-copy || Force card copy from read-only support to read-write support (on supported platforms).
 
| --card-force-copy || Force card copy from read-only support to read-write support (on supported platforms).
Line 266: Line 266:  
| --record-input || Record input
 
| --record-input || Record input
 
|-
 
|-
| --screenshot-write-queue-capacity=<1..n> || Change the capacity of the screenshot queue (default: thread-count * 2 + 1).
+
| --screenshot-write-queue-capacity=&lt;1..n&gt; || Change the capacity of the screenshot queue (default: thread-count * 2 + 1).
 
|-
 
|-
| --random-inputs-seed=<0..n> || Change the random inputs seed value (default: 0).
+
| --random-inputs-seed=&lt;0..n&gt; || Change the random inputs seed value (default: 0).
 
|-
 
|-
| --listen-address=<address> || Specify the service address to listen to (default: 0.0.0.0).
+
| --listen-address=&lt;address&gt; || Specify the service address to listen to (default: 0.0.0.0).
 
|-
 
|-
 
| --gui, -gui || Use the GUI mode
 
| --gui, -gui || Use the GUI mode
9

edits

Navigation menu