Skip to content

CD startup delayed insert, Autozoom improvement

Libretro-Admin requested to merge github/fork/sonninnos/master into master

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 was blkdev_vsync() run, which does the necessary check_changes() automatically

Merge request reports