Skip to content

spice2x-24-06-22

Choose a tag to compare

@sp2xdev sp2xdev released this 22 Jun 23:34
ae4dbec
  • Reliability & performance improvements for auto-card-insert
    • Previously, autocard feature inserted a card continuously, every time the game checked for it. For some games (SDVX, popn), this automatically disabled itself after the first couple minutes of boot in order to prevent a soft lock on game over screen when it asks you to take the card away from the reader. With this version, autocard will insert a card periodically (once every 8 seconds by default, 15 seconds for SDVX), which fixes the soft lock issue and not lose the ability to auto insert after the first credit.
    • Auto-card will also cache the last validated card number and use that after the first insertion, instead of reading the card file and validating it over and over, saving some CPU cycles and disk I/O.
  • Update -sdvxnosub to prevent creation of subscreen in windowed mode
    • Previously, -graphics-single-adapter + -w caused the subscreen to not show. With this change, -graphics-single-adapter + -w will still show the subscreen. -sdvxnosub + -w will still hide the subscreen.
  • Address Issue #183
  • Bug fixes