mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 11:35:45 -04:00
dep/libchdr: Disable verification/subcode decompression
Small speed boost on low end devices.
This commit is contained in:
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
/* Configure CHDR features here */
|
/* Configure CHDR features here */
|
||||||
#define WANT_RAW_DATA_SECTOR 1
|
#define WANT_RAW_DATA_SECTOR 1
|
||||||
#define WANT_SUBCODE 1
|
#define WANT_SUBCODE 0
|
||||||
#define NEED_CACHE_HUNK 1
|
#define NEED_CACHE_HUNK 0
|
||||||
#define VERIFY_BLOCK_CRC 1
|
#define VERIFY_BLOCK_CRC 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user