From f424a22033b06327f327e054f20bdaa3b0c0a9cf Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 17 Jul 2017 11:20:29 -0500 Subject: [PATCH] Tastudio - fix recent menu - fixes #920 --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs index 91954bf9af..d2d48907b7 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs @@ -78,7 +78,7 @@ namespace BizHawk.Client.EmuHawk DenoteMarkersWithBGColor = true; } - public RecentFiles RecentTas { get; } + public RecentFiles RecentTas { get; set; } public bool DrawInput { get; set; } public bool AutoPause { get; set; } public bool AutoRestoreLastPosition { get; set; }