dep/libchdr: Disable verification/subcode decompression

Small speed boost on low end devices.
pull/2393/head
Connor McLaughlin 4 years ago
parent 3be6270b2d
commit 0ff1402fcd

@ -3,8 +3,8 @@
/* Configure CHDR features here */
#define WANT_RAW_DATA_SECTOR 1
#define WANT_SUBCODE 1
#define NEED_CACHE_HUNK 1
#define VERIFY_BLOCK_CRC 1
#define WANT_SUBCODE 0
#define NEED_CACHE_HUNK 0
#define VERIFY_BLOCK_CRC 0
#endif

Loading…
Cancel
Save