all repos — mgba @ 2498f85cda6a8d3e2b4904a920b84d2cc9ffb02a

mGBA Game Boy Advance Emulator

VFS: Fix build with minizip
Vicki Pfau vi@endrift.com
Wed, 03 Feb 2021 21:08:52 -0800
commit

2498f85cda6a8d3e2b4904a920b84d2cc9ffb02a

parent

517aa353caaa6484a2607d93265c4aafc14997ae

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M include/mgba-util/vfs.hinclude/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