Skip to content

Commit 26e4f20

Browse files
committed
increase decompress buffer size
speeds up decompression when user hasn't increased file buffer
1 parent 59e12a1 commit 26e4f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libctru/source/util/decompress/decompress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <string.h>
1010
#include <unistd.h>
1111

12-
#define BUFFERSIZE 4096
12+
#define BUFFERSIZE 16384
1313

1414
/** @brief Buffer */
1515
typedef struct buffer_t

0 commit comments

Comments
 (0)