notaz.gp2x.de
/
pcsx_rearmed.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge pull request #517 from negativeExponent/input
[pcsx_rearmed.git]
/
deps
/
libchdr
/
include
/
libchdr
/
chdconfig.h
Commit
Line
Data
2ff0b512
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