summaryrefslogtreecommitdiff
path: root/games/yae/patches/fix2option.diff
blob: d1038f0be6b8dc639168f32f3f9f4b88b1443d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur yae-0.7/main.c yae-0.7.patched/main.c
--- yae-0.7/main.c	2007-04-03 17:48:36.000000000 -0400
+++ yae-0.7.patched/main.c	2013-08-28 14:35:12.000000000 -0400
@@ -70,6 +70,7 @@
 	while((c=getopt(argc,argv,Options))!= EOF) {
 	    switch(c) {
 	    case '2':
+	       MachineType=APPLE_II;
 	       break;
 	    case 'e':
 	       MachineType=APPLE_IIE;