mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-24 21:30:11 +00:00
Compression has been working great, so turned off debug checksums.
This commit is contained in:
parent
91586d8b3c
commit
a82379bbe5
@ -36,7 +36,7 @@ class PackPartitions
|
||||
|
||||
def compressor = LZ4Factory.fastestInstance().highCompressor()
|
||||
|
||||
def ADD_COMP_CHECKSUMS = true
|
||||
def ADD_COMP_CHECKSUMS = false
|
||||
|
||||
def debugCompression = false
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
; Constants
|
||||
MAX_SEGS = 96
|
||||
|
||||
DO_COMP_CHECKSUMS = 1 ; during compression debugging
|
||||
DO_COMP_CHECKSUMS = 0 ; during compression debugging
|
||||
DEBUG_DECOMP = 0
|
||||
|
||||
; Zero page temporary variables
|
||||
|
Loading…
Reference in New Issue
Block a user