Misc: Loading old save state versions is unlikely

This commit is contained in:
Stenzek
2024-05-31 18:48:26 +10:00
parent c4bf5b4f2c
commit 723af4de3a
8 changed files with 12 additions and 12 deletions

View File

@ -385,7 +385,7 @@ bool DoState(StateWrapper& sw)
event->m_interval = interval;
}
if (sw.GetVersion() < 43)
if (sw.GetVersion() < 43) [[unlikely]]
{
u32 last_event_run_time = 0;
sw.Do(&last_event_run_time);