mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, groundwork for chd support
still needs some scrutiny, and build integration is missing
This commit is contained in:
parent
4da84f9454
commit
15ca715228
18 changed files with 411 additions and 100 deletions
5
pico/cd/cd_parse.h
Normal file
5
pico/cd/cd_parse.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
cd_data_t *chd_parse(const char *fname);
|
||||
cd_data_t *cue_parse(const char *fname);
|
||||
void cdparse_destroy(cd_data_t *data);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue