pkgsrc/emulators/uae/patches/patch-aa
kristerw f31766f125 Updated the version to uae-0.8.16nb1 after fixing some bugs:
* Handle zipped disk files
* Disable a floppy speed hack that breaks some versions of Kickstart
* Made joysticks work
2001-05-31 21:38:51 +00:00

14 lines
352 B
Text

$NetBSD: patch-aa,v 1.5 2001/05/31 21:38:51 kristerw Exp $
--- src/zfile.c.bak Mon Feb 28 16:29:55 2000
+++ src/zfile.c Thu May 31 21:27:21 2001
@@ -125,10 +125,8 @@
char cmd[1024];
if (!dst)
return 1;
-#if defined AMIGA || defined __unix
sprintf (cmd, "unzip -p %s '*.adf' >%s", src, dst);
return !system (cmd);
-#endif
}
/*