Skip to content

Commit 588f978

Browse files
committed
Disable auto save/load for Picodrive Sega CD
1 parent 90b7388 commit 588f978

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Below is a list of systems that Quark supports, along with the emulator core the
8888

8989
* Sega CD games have no CD audio playback when using `.chd` format games using the PicoDrive core. Launcher works around this by changing to the Genesis Plus GX core if needed.
9090
* RACE (NGP/NGPC emulator) audio freezes when using auto save state. Manually save state before exiting and load state when launching game
91+
* Audio stretching when using auto save/load state for Sega CD games with Picodrive. Manually save state before exiting and load state when launching game
9192
* FPS display not showing when an overlay is applied
9293

9394
## Licence
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
savestate_auto_load = "false"
2+
savestate_auto_save = "false"

0 commit comments

Comments
 (0)