tastudio: only load branch markers if they are bound to input
This commit is contained in:
parent
06b14d654b
commit
b7ed072c4c
|
@ -543,7 +543,9 @@ namespace BizHawk.Client.Common
|
|||
StateManager.SetState(branch.Frame, branch.CoreData);
|
||||
|
||||
//ChangeLog = branch.ChangeLog;
|
||||
Markers = branch.Markers;
|
||||
if (BindMarkersToInput) // pretty critical not to erase them
|
||||
Markers = branch.Markers;
|
||||
|
||||
Changes = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue