VFS: Fix build with minizip
Vicki Pfau vi@endrift.com
Wed, 03 Feb 2021 21:08:52 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
include/mgba-util/vfs.h
→
include/mgba-util/vfs.h
@@ -79,7 +79,7 @@
struct VDir* VDirOpen(const char* path); struct VDir* VDirOpenArchive(const char* path); -#if defined(USE_LIBZIP) || defined(USE_ZLIB) +#if defined(USE_LIBZIP) || defined(USE_MINIZIP) struct VDir* VDirOpenZip(const char* path, int flags); #endif