mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd: some fixes
This commit is contained in:
parent
ba6e8bfd4b
commit
59991f1117
2 changed files with 9 additions and 8 deletions
|
@ -471,6 +471,10 @@ PICO_INTERNAL int Play_CDD_c3(void)
|
|||
if (delay < 0) delay = -delay;
|
||||
delay >>= 12;
|
||||
|
||||
// based on genplys GX
|
||||
if (delay < 13)
|
||||
delay = 13;
|
||||
|
||||
Pico_mcd->scd.Cur_LBA = new_lba;
|
||||
CDC_Update_Header();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue