slackbuilds_ponce/games/yae/patches/fix2option.diff
B. Watson cc3ee0bbc2 games/yae: Added (Yet another Apple Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-01 00:40:30 -06:00

11 lines
361 B
Diff

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;