Tastudio requires IInputPollable

This commit is contained in:
adelikat 2014-12-14 01:30:09 +00:00
parent 30e6aeb0bf
commit 106b9d4848
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ using BizHawk.Client.EmuHawk.ToolExtensions;
namespace BizHawk.Client.EmuHawk
{
[RequiredServices(typeof(IEmulator), typeof(IStatable))]
[RequiredServices(typeof(IEmulator), typeof(IStatable), typeof(IInputPollable))]
public partial class TAStudio : Form, IToolForm, IControlMainform
{
// TODO: UI flow that conveniently allows to start from savestate