notaz.gp2x.de
/
pcsx_rearmed.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
git subrepo clone (merge) https://github.com/rtissera/libchdr deps/libchdr
[pcsx_rearmed.git]
/
deps
/
libchdr
/
include
/
libchdr
/
chdconfig.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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