From d03e12590e3e1e1aa205378913a0991e483337d8 Mon Sep 17 00:00:00 2001 From: feos Date: Mon, 3 Dec 2018 23:27:21 +0300 Subject: [PATCH] tastudio: make state-save hotkeys usable if the slot is empty, just add a branch --- BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs index 0b29dc3e55..a1ac0001af 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs @@ -429,7 +429,8 @@ namespace BizHawk.Client.EmuHawk } else { - NonExistentBranchMessage(slot); + //NonExistentBranchMessage(slot); + AddBranchExternal(); return; } }