mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
This effectively disables check_frames if frame 1's CRC differs between host and client. This is necessary because some important cores have nondeterminism in core_run, thus mandating check_frames, while some important cores have nondeterminism in core_serialize, thus mandating no check_frames.