tastudio: make state-save hotkeys usable if the slot is empty, just add a branch

This commit is contained in:
feos 2018-12-03 23:27:21 +03:00
parent 731584344d
commit d03e12590e
1 changed files with 2 additions and 1 deletions

View File

@ -429,7 +429,8 @@ namespace BizHawk.Client.EmuHawk
} }
else else
{ {
NonExistentBranchMessage(slot); //NonExistentBranchMessage(slot);
AddBranchExternal();
return; return;
} }
} }