As suggested by YoshiRulz, this gives correct behvaiour when autoload state is on but movie recording starts from power on. Fixes #2384

This commit is contained in:
alyosha-tas 2021-11-15 19:19:39 -05:00
parent 493cfc43b6
commit cf55391af0
1 changed files with 1 additions and 1 deletions

View File

@ -3922,7 +3922,7 @@ namespace BizHawk.Client.EmuHawk
RewireSound();
Tools.UpdateCheatRelatedTools(null, null);
if (Config.AutoLoadLastSaveSlot && HasSlot(Config.SaveSlot))
if (!MovieSession.NewMovieQueued && Config.AutoLoadLastSaveSlot && HasSlot(Config.SaveSlot))
{
LoadQuickSave($"QuickSave{Config.SaveSlot}");
}