CDROM: Add timing for speed changes/adjust seek timing

This makes the BIOS take longer to load the executable off the disc,
giving the sound effects longer to fade out and reducing the overlap
with the game.
This commit is contained in:
Connor McLaughlin
2020-04-11 00:40:39 +10:00
parent 809b9f89ca
commit 05e4e7d262
3 changed files with 43 additions and 23 deletions

View File

@ -2,4 +2,4 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 21;
static constexpr u32 SAVE_STATE_VERSION = 22;