aboutsummaryrefslogtreecommitdiff
path: root/deps/libchdr/include/libchdr/chdconfig.h
diff options
context:
space:
mode:
authorneonloop2021-04-03 16:57:56 +0000
committerneonloop2021-04-03 16:57:56 +0000
commitf81b441134306c96c0c06fa0cce77d1f78c274e4 (patch)
treee728393188f4f0fe65338d1f7df6c6bdde0288d3 /deps/libchdr/include/libchdr/chdconfig.h
parent0688325a887ddfc24f5904204a4635af66d85444 (diff)
parent3993490baa28964c5e3e8f879b58147184d9b0f7 (diff)
downloadpcsx_rearmed-f81b441134306c96c0c06fa0cce77d1f78c274e4.tar.gz
pcsx_rearmed-f81b441134306c96c0c06fa0cce77d1f78c274e4.tar.bz2
pcsx_rearmed-f81b441134306c96c0c06fa0cce77d1f78c274e4.zip
Merge remote-tracking branch 'libretro/master' into trimui-s
Diffstat (limited to 'deps/libchdr/include/libchdr/chdconfig.h')
-rw-r--r--deps/libchdr/include/libchdr/chdconfig.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/libchdr/include/libchdr/chdconfig.h b/deps/libchdr/include/libchdr/chdconfig.h
new file mode 100644
index 0000000..752038b
--- /dev/null
+++ b/deps/libchdr/include/libchdr/chdconfig.h
@@ -0,0 +1,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