changeset 2176:8e6713705786

Reduce number of max enc/dec ops from 64 to 32, this reduces produced binary sizes by 100kB :P
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Jun 2019 17:02:42 +0300
parents 58fab91830d5
children 7d75e40dc0bc
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Wed Jun 12 16:38:39 2019 +0300
+++ b/tools/lib64gfx.h	Wed Jun 12 17:02:42 2019 +0300
@@ -220,7 +220,7 @@
 } DMC64EncDecOp;
 
 
-#define D64_MAX_ENCDEC_OPS 64
+#define D64_MAX_ENCDEC_OPS 32
 typedef DMC64EncDecOp DMC64EncDecOpList[D64_MAX_ENCDEC_OPS];