summaryrefslogtreecommitdiff
path: root/sys/man/1/sega
diff options
context:
space:
mode:
authorqwx <devnull@localhost>2018-06-13 14:05:19 +0200
committerqwx <devnull@localhost>2018-06-13 14:05:19 +0200
commit09c61204440ea7d23015b09f908e4105b68cc7b6 (patch)
tree8ae66cd8a66317966b20b0765afd5ee11e4a3e8c /sys/man/1/sega
parent382c9ef92cf0830f5639906ffd5f363ecefd670a (diff)
emulators ui: add option for fixed factor scaling and bound scale vertically
Diffstat (limited to 'sys/man/1/sega')
-rw-r--r--sys/man/1/sega6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/1/sega b/sys/man/1/sega
index 5b0714b35..6aa086ac6 100644
--- a/sys/man/1/sega
+++ b/sys/man/1/sega
@@ -5,6 +5,9 @@ md \- emulator
.B games/md
[
.B -a
+] [
+.B -x
+.I scale
]
.I romfile
.SH DESCRIPTION
@@ -24,6 +27,9 @@ Command line options:
.TP
.B -a
Enable audio output.
+.TP
+.B -x
+Scale the screen to a given factor regardless of the window's size.
.SH SOURCE
.B /sys/src/games/md
.SH BUGS