CDROM: Rewrite BFRD handling

Fixes hang on startup in Unirom.
This commit is contained in:
Stenzek
2024-05-31 19:45:40 +10:00
parent 723af4de3a
commit d013438810
2 changed files with 129 additions and 76 deletions

View File

@ -5,7 +5,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 64;
static constexpr u32 SAVE_STATE_VERSION = 65;
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
static_assert(SAVE_STATE_VERSION >= SAVE_STATE_MINIMUM_VERSION);