Commit Graph

5 Commits

Author SHA1 Message Date
Lily Tsuru 094f9a66f2 WIP attempt at extracting Namco Museum GCN bolt library file.. seems to only kind of work 2023-11-21 21:13:07 -05:00
Lily Tsuru 3bcc4d242f Refactor Bolt I/O code into re-usable "bolt" library
We now also wrap the result of the decompression code in a
ErrorOr<> and have also added a additional error code for
decompression failure (since it *is* something that can fail,
after all.). This shouldn't really bother performance, if it does,
I can just have it take a vector by ref and then make it ErrorOr<void>.
2023-11-19 21:28:11 -05:00
Lily Tsuru fbe24aa0f8 Make codebase tabs 2023-11-19 20:24:40 -05:00
Lily Tsuru eeb69fe0df License project as open-source under the MIT license
This commit also adds a README with build and usage instructions.
2023-11-19 20:21:56 -05:00
Lily Tsuru d7a48f39b4 Initial prototype - reads the TOC from the ELF and maps the BOLT file 2023-11-19 06:19:15 -05:00