CD startup delayed insert, Autozoom improvement
Created by: sonninnos
- Added a core option for delayed CD insert on startup for those pesky games that won't run when powering on with disc inserted, even on the real thing (Xenon 2 CDTV, Total Carnage CD32) Closes #272 (closed)
- Yet another pointless work reducing autozoom improvement:
- Skip geometry update if the used values return back to the original values during the stabilization period (Lethal Weapon screen fades)
- Fixed sound filter type not updating on startup, which seems to have been broken for a long time, from libco removal perhaps
Bonus:
- Found a way to remove my hacks to get CD eject/insert detection working by adding
#define SCSIEMU
, because only then wasblkdev_vsync()
run, which does the necessarycheck_changes()
automatically