mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-05 01:42:48 +02:00
improve fast forward for cd
still broken, but a little bit better
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user