mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-01 04:05:38 +00:00
11 lines
228 B
C
11 lines
228 B
C
#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
|