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:
parent
493cfc43b6
commit
cf55391af0
|
@ -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}");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue