dep/libchdr: Disable verification/subcode decompression

Small speed boost on low end devices.
This commit is contained in:
Connor McLaughlin 2021-07-11 20:58:44 +10:00
parent 3be6270b2d
commit 0ff1402fcd
1 changed files with 3 additions and 3 deletions

View File

@ -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