Tastudio - on Movie/System mismatch, recalculate columns of the new platform when making a new default project

This commit is contained in:
adelikat 2014-10-18 01:26:30 +00:00
parent 305dea53ab
commit 35b28e92ee
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ namespace BizHawk.Client.EmuHawk
var result = LoadProject(Global.Config.RecentTas.MostRecent);
if (!result)
{
TasView.AllColumns.Clear();
NewDefaultProject();
}
}