mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd: pcm: tune addr reload
fahrenheit..
This commit is contained in:
parent
f3cb39f29a
commit
021e47b375
3 changed files with 20 additions and 19 deletions
|
@ -327,6 +327,7 @@ void pcd_state_loaded(void)
|
|||
memset(Pico_mcd->pcm_mixbuf, 0, sizeof(Pico_mcd->pcm_mixbuf));
|
||||
Pico_mcd->pcm_mixbuf_dirty = 0;
|
||||
Pico_mcd->pcm_mixpos = 0;
|
||||
Pico_mcd->pcm_regs_dirty = 1;
|
||||
|
||||
// old savestates..
|
||||
cycles = pcd_cycles_m68k_to_s68k(SekCycleAim);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue