RVT-H Tool
Go to file
David Korth 20fb383790 Initial reworking of main.c's code into librvth/rvth.c.
This provides a C interface for opening an RVT-H disk image and
retrieving bank information. rvth.c provides a higher-level abstraction
than the raw disk tables (now referred to as NHCD), which makes it
easier to e.g. print disc names and timestamps.

rvth_open() parses the RVT-H bank table and disc headers in order to get
all of the necessary information. It also checks for deleted disc images
and marks them as such.

Deleted images are identified and marked as such. Note that deleted
dual-layer Wii images are currently identified as single-layer, since
we aren't parsing the FST to determine the highest disc address.
2018-01-15 22:38:21 -05:00
cmake Initial import of RVT-H Tool. 2018-01-15 06:58:54 -05:00
src Initial reworking of main.c's code into librvth/rvth.c. 2018-01-15 22:38:21 -05:00
.gitignore Initial import of RVT-H Tool. 2018-01-15 06:58:54 -05:00
CMakeLists.txt Initial import of RVT-H Tool. 2018-01-15 06:58:54 -05:00
git_version.sh Initial import of RVT-H Tool. 2018-01-15 06:58:54 -05:00
LICENSE Initial import of RVT-H Tool. 2018-01-15 06:58:54 -05:00
README.md Initial import of RVT-H Tool. 2018-01-15 06:58:54 -05:00

RVT-H Tool