aboutsummaryrefslogtreecommitdiff
path: root/deps/libchdr/include/libchdr/chdconfig.h
blob: 752038b48df2df49ee2b0a14c37c134e896d754d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __CHDCONFIG_H__
#define __CHDCONFIG_H__

/* Configure CHDR features here */
#define WANT_RAW_DATA_SECTOR    1
#define WANT_SUBCODE            1
#define NEED_CACHE_HUNK         1
#define VERIFY_BLOCK_CRC        1

#endif