Genesis-Plus-GX/core/cd_hw/libchdr
Clownacy 7a4e30d27e [Core/CD] fix libFLAC compilation on MinGW-w64
Without autotools, fseeko cannot be detected automatically, so we cheat
a little.
2018-07-09 18:53:09 +01:00
..
deps [Core/CD] fix libFLAC compilation on MinGW-w64 2018-07-09 18:53:09 +01:00
src [Core/CD] implemented proper CHD file virtualization 2017-09-19 15:00:03 +02:00
LICENSE.txt [Core/CD] added (optional) CHD image file support 2017-08-27 16:42:31 +02:00
README.md [Core/CD] added (optional) CHD image file support 2017-08-27 16:42:31 +02:00

libchdr

libchdr is a standalone library for reading MAME's CHDv1-v5 formats.

The code is based off of MAME's old C codebase which read up to CHDv4 with OS-dependent features removed, and CHDv5 support backported from MAME's current C++ codebase.

libchdr is licensed under the BSD 3-Clause (see LICENSE.txt) and uses third party libraries that are each distributed under their own terms (see each library's license in deps/).