mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, improve cd status reporting
This commit is contained in:
parent
4f3912be75
commit
d4a08748fa
2 changed files with 25 additions and 2 deletions
|
@ -263,6 +263,7 @@ int load_cd_image(const char *cd_img_name, int *type)
|
|||
finish:
|
||||
cdd.toc.last = n - 1;
|
||||
cdd.toc.end = lba;
|
||||
tracks[n].start = cdd.toc.end;
|
||||
|
||||
sprintf_lba(tmp_ext, sizeof(tmp_ext), cdd.toc.end);
|
||||
elprintf(EL_STATUS, "End CD - %s\n", tmp_ext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue