Tastudio requires IInputPollable
This commit is contained in:
parent
30e6aeb0bf
commit
106b9d4848
|
@ -16,7 +16,7 @@ using BizHawk.Client.EmuHawk.ToolExtensions;
|
||||||
|
|
||||||
namespace BizHawk.Client.EmuHawk
|
namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
[RequiredServices(typeof(IEmulator), typeof(IStatable))]
|
[RequiredServices(typeof(IEmulator), typeof(IStatable), typeof(IInputPollable))]
|
||||||
public partial class TAStudio : Form, IToolForm, IControlMainform
|
public partial class TAStudio : Form, IToolForm, IControlMainform
|
||||||
{
|
{
|
||||||
// TODO: UI flow that conveniently allows to start from savestate
|
// TODO: UI flow that conveniently allows to start from savestate
|
||||||
|
|
Loading…
Reference in New Issue