pkgsrc/emulators/zsnes/patches/patch-ac
adam 4de1ebc400 Changes 1.51:
----------
  - Rejoice for finally having 224 lines and them being shown properly in all
    cases.
  - IRQ and timing fixes (fixes Chrono Trigger issues, Super Mario World, and
    others).
  - Fixed bug with certain commandline parameters permanently overwriting
    config file settings.
  - Fixed bug with loading new ZMVs of a different version.
  - Loading ZMV with ROM mismatch prints a message.
  - Movie menu now has tabs and only shows proper options when available.
  - Slight improvement to the Custom Res functionality.
  - Keep4_3Ratio option now only shows when necessary.
  - PNG files now use extended height in extended height mode.
  - Pausing, rewinding, and fast fowarding are disabled during movie dumping.
  - You can now force a movie dump length shorter or longer than the actual ZMV
    length.
  - Fixed Bilinear Filtering on startup.
  - More...
2007-03-24 20:10:08 +00:00

15 lines
283 B
Text

$NetBSD: patch-ac,v 1.4 2007/03/24 20:10:08 adam Exp $
--- zip/unzip.c.orig 2005-08-14 15:49:35.000000000 +0200
+++ zip/unzip.c
@@ -15,6 +15,10 @@
#include "zunzip.h"
+#ifndef OF
+# define OF(args) args
+#endif
+
#ifdef STDC
# include <stddef.h>
# include <string.h>