a6e23b2240
It supports almost every system (Consoles, Handheld, and Arcade) with very verbose ROM information, ROM and SRAM convertion to various backup tool formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT files, and more. WWW: http://ucon64.sourceforge.net/ PR: ports/177042 Submitted by: Nicole Reid <nicole@cooltrainer.org>
10 lines
280 B
C
10 lines
280 B
C
--- misc/archive.c.orig 2013-02-24 18:51:23.157943222 -0800
|
|
+++ misc/archive.c 2013-02-24 18:55:00.666943043 -0800
|
|
@@ -27,6 +27,7 @@
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <sys/stat.h>
|
|
+#define Z_SOLO
|
|
#include <zlib.h>
|
|
#ifdef HAVE_BYTESWAP_H
|
|
#include <byteswap.h>
|