use system's zlib

except for libretro
github issue #45
This commit is contained in:
notaz 2017-04-17 00:34:00 +03:00
parent b4c2331e79
commit 325ee167fd
8 changed files with 12 additions and 9 deletions

View file

@ -8,9 +8,9 @@
*/
#include "pico_int.h"
#include "../zlib/zlib.h"
#include "../cpu/debug.h"
#include "../unzip/unzip.h"
#include <zlib.h>
static int rom_alloc_size;

View file

@ -7,7 +7,7 @@
*/
#include "pico_int.h"
#include <zlib/zlib.h>
#include <zlib.h>
#include "../cpu/sh2/sh2.h"
#include "sound/ym2612.h"