Check for kInputBufSize
This commit is contained in:
parent
910ec06e47
commit
8579e192af
|
@ -156,7 +156,9 @@ Zip7_Extractor::~Zip7_Extractor()
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef kInputBufSize
|
||||||
#define kInputBufSize ((size_t)1 << 18)
|
#define kInputBufSize ((size_t)1 << 18)
|
||||||
|
#endif /* kInputBufSize */
|
||||||
|
|
||||||
blargg_err_t Zip7_Extractor::open_v()
|
blargg_err_t Zip7_Extractor::open_v()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue