Tastudio - fix crash when loading a tasproj with a different controller configuration than the current
This commit is contained in:
parent
89ee16d166
commit
f9dad99484
|
@ -209,15 +209,15 @@ namespace BizHawk.Client.EmuHawk
|
|||
CurrentTasMovie.ClientSettingsForSave = ClientSettingsForSave;
|
||||
CurrentTasMovie.GetClientSettingsOnLoad = GetClientSettingsOnLoad;
|
||||
}
|
||||
|
||||
private string ClientSettingsForSave()
|
||||
{
|
||||
return TasView.UserSettingsSerialized();
|
||||
}
|
||||
|
||||
private void GetClientSettingsOnLoad(string settingsJson)
|
||||
{
|
||||
TasView.LoadSettingsSerialized(settingsJson);
|
||||
RefreshTasView();
|
||||
|
||||
SetUpToolStripColumns();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue