mirror of https://github.com/mgba-emu/mgba.git
VFS: Fix build with minizip
This commit is contained in:
parent
517aa353ca
commit
2498f85cda
|
@ -79,7 +79,7 @@ struct VFile* VFileFIFO(struct CircleBuffer* backing);
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue