mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
improve fast forward for cd
still broken, but a little bit better
This commit is contained in:
parent
5d638db094
commit
12f89605e3
1 changed files with 3 additions and 0 deletions
|
@ -973,6 +973,9 @@ void emu_set_fastforward(int set_on)
|
||||||
currentConfig.EmuOpt = set_EmuOpt;
|
currentConfig.EmuOpt = set_EmuOpt;
|
||||||
PsndRerate(1);
|
PsndRerate(1);
|
||||||
is_on = 0;
|
is_on = 0;
|
||||||
|
// mainly to unbreak pcm
|
||||||
|
if (PicoAHW & PAHW_MCD)
|
||||||
|
pcd_state_loaded();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue