You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.