instead of stopping, warn about checksum mismatch on bsv playback

This commit is contained in:
AlexFolland 2012-03-30 15:13:26 -04:00
parent eca337ee55
commit a2013276d5

View File

@ -66,8 +66,7 @@ static bool init_playback(bsv_movie_t *handle, const char *path)
if (swap_if_big32(header[CRC_INDEX]) != g_extern.cart_crc)
{
SSNES_ERR("Cart CRC32s differ. Cannot play back.\n");
return false;
SSNES_WARN("CRC32 checksum mismatch between ROM file and saved ROM checksum in replay file header; replay highly likely to desync on playback.\n");
}
uint32_t state_size = swap_if_big32(header[STATE_SIZE_INDEX]);