gpgx: remove input todo

This commit is contained in:
goyuken 2014-12-04 03:31:26 +00:00
parent 529591ce2d
commit ef1ef251b6
1 changed files with 1 additions and 2 deletions

View File

@ -381,8 +381,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
private readonly InputCallbackSystem _inputCallbacks = new InputCallbackSystem();
// TODO: optimize managed to unmanaged using the ActiveChanged event
public IInputCallbackSystem InputCallbacks { [FeatureNotImplemented]get { return _inputCallbacks; } }
public IInputCallbackSystem InputCallbacks { get { return _inputCallbacks; } }
#endregion