git subrepo clone (merge) https://github.com/rtissera/libchdr deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / include / libchdr / chdconfig.h
1 #ifndef __CHDCONFIG_H__
2 #define __CHDCONFIG_H__
3
4 /* Configure CHDR features here */
5 #define WANT_RAW_DATA_SECTOR    1
6 #define WANT_SUBCODE            1
7 #define NEED_CACHE_HUNK         1
8 #define VERIFY_BLOCK_CRC        1
9
10 #endif