core, chd support

This commit is contained in:
kub 2021-03-08 23:02:55 +01:00
parent 37631374df
commit 4bb0b70ec8
9 changed files with 57 additions and 28 deletions

View file

@ -9,8 +9,6 @@
#include "pico_int.h"
#include <cpu/debug.h>
#include <unzip/unzip.h>
#include <zlib.h>
#ifdef USE_LIBRETRO_VFS
#include "file_stream_transforms.h"
@ -21,6 +19,9 @@
#include "libchdr/cdrom.h"
#endif
#include <unzip/unzip.h>
#include <zlib.h>
static int rom_alloc_size;
static const char *rom_exts[] = { "bin", "gen", "smd", "iso", "sms", "gg", "sg" };