mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
Style nit.
This commit is contained in:
parent
0308d3fe2b
commit
ba0e7d5f2a
2
movie.c
2
movie.c
@ -65,9 +65,7 @@ static bool init_playback(bsv_movie_t *handle, const char *path)
|
||||
}
|
||||
|
||||
if (swap_if_big32(header[CRC_INDEX]) != g_extern.cart_crc)
|
||||
{
|
||||
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]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user