Check for kInputBufSize

This commit is contained in:
Andy Vandijck 2025-06-26 13:36:19 +02:00
parent 910ec06e47
commit 8579e192af
1 changed files with 2 additions and 0 deletions

View File

@ -156,7 +156,9 @@ Zip7_Extractor::~Zip7_Extractor()
close();
}
#ifndef kInputBufSize
#define kInputBufSize ((size_t)1 << 18)
#endif /* kInputBufSize */
blargg_err_t Zip7_Extractor::open_v()
{