core feature analysis - hack to not show ITextStatable

This commit is contained in:
adelikat 2020-02-16 15:14:23 -06:00
parent ef4c2119ba
commit 8a35fa5bcd
1 changed files with 1 additions and 0 deletions

View File

@ -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