mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-03 10:19:00 +01:00
improve fast forward for cd
still broken, but a little bit better
This commit is contained in:
parent
5d638db094
commit
12f89605e3
@ -973,6 +973,9 @@ void emu_set_fastforward(int set_on)
|
||||
currentConfig.EmuOpt = set_EmuOpt;
|
||||
PsndRerate(1);
|
||||
is_on = 0;
|
||||
// mainly to unbreak pcm
|
||||
if (PicoAHW & PAHW_MCD)
|
||||
pcd_state_loaded();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user