core feature analysis - hack to not show ITextStatable
This commit is contained in:
parent
ef4c2119ba
commit
8a35fa5bcd
|
@ -160,6 +160,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
.GetTypes()
|
||||
.Where(t => typeof(IEmulatorService).IsAssignableFrom(t))
|
||||
.Where(t => t != typeof(IEmulatorService))
|
||||
.Where(t => t != typeof(ITextStatable)) // Hack for now, eventually we can get rid of this interface in favor of a default implementation
|
||||
.Where(t => t.IsInterface);
|
||||
|
||||
var additionalServices = knownServices
|
||||
|
|
Loading…
Reference in New Issue