summaryrefslogtreecommitdiff
path: root/emulators/Cygne-SDL/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/Cygne-SDL/patches/patch-ab')
-rw-r--r--emulators/Cygne-SDL/patches/patch-ab26
1 files changed, 26 insertions, 0 deletions
diff --git a/emulators/Cygne-SDL/patches/patch-ab b/emulators/Cygne-SDL/patches/patch-ab
new file mode 100644
index 00000000000..37c818a82a6
--- /dev/null
+++ b/emulators/Cygne-SDL/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/07/23 19:01:41 wiz Exp $
+
+--- Usage.h.orig 2002-03-26 16:55:20.000000000 +0100
++++ Usage.h
+@@ -1,13 +1,13 @@
+ void Usage()
+ {
+ printf(
+-"Usage: ./cygne romfile options
+- Where options are:
+-
+- romfile : Filename of the romfile. It can have several
+- extensions (.ws/.wsc/.rom/.bin). Gzipped and
+- zipped (.gz and .zip) are also supported.
+- -double : Scale the screen 2 times the normal size.
+- -scanline : Allows scanline output with scaling.
++"Usage: ./cygne romfile options\n\
++ Where options are:\n\
++\n\
++ romfile : Filename of the romfile. It can have several\n\
++ extensions (.ws/.wsc/.rom/.bin). Gzipped and\n\
++ zipped (.gz and .zip) are also supported.\n\
++ -double : Scale the screen 2 times the normal size.\n\
++ -scanline : Allows scanline output with scaling.\n\
+ ");
+ }