tastudio: make state-save hotkeys usable if the slot is empty, just add a branch
This commit is contained in:
parent
731584344d
commit
d03e12590e
|
@ -429,7 +429,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else
|
||||
{
|
||||
NonExistentBranchMessage(slot);
|
||||
//NonExistentBranchMessage(slot);
|
||||
AddBranchExternal();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue