pcsx2/3rdparty/libchdr
TheLastRar c8e1dc5328 ChdFileReader: Use core_file instead of modifing chd_open_file 2024-12-16 09:39:46 -05:00
..
include ChdFileReader: Use core_file instead of modifing chd_open_file 2024-12-16 09:39:46 -05:00
src ChdFileReader: Use core_file instead of modifing chd_open_file 2024-12-16 09:39:46 -05:00
CMakeLists.txt 3rdparty/libchdr: Rebase to upstream 2a1119c 2024-02-20 15:52:23 +09:00
LICENSE.txt 3rdparty: Move libchdr in-tree 2023-09-27 18:11:46 +10:00
README.md 3rdparty: Move libchdr in-tree 2023-09-27 18:11:46 +10:00
libchdr.vcxproj Build: Unify shared libraries across platforms 2024-04-06 13:17:22 +10:00

README.md

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/).