From ef1ef251b61acd5beb1660b8b4ac91d62f61aaf2 Mon Sep 17 00:00:00 2001 From: goyuken Date: Thu, 4 Dec 2014 03:31:26 +0000 Subject: [PATCH] gpgx: remove input todo --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs index b1e90dbd0c..88fbaa2668 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs @@ -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