BizHawk/BizHawk.Client.Common/Api
YoshiRulz e226ff102b
Replace dynamic type with Object in API
Using the dynamic type here is no better than object because the values are
primitive types -- more likely to be cast/typechecked than used as a receiver
param for a method call.
2020-04-13 17:05:38 +10:00
..
Classes Replace dynamic type with Object in API 2020-04-13 17:05:38 +10:00
Interfaces Replace dynamic type with Object in API 2020-04-13 17:05:38 +10:00
APISubsetContainer.cs refactor LuaHelper into an extension method class, and some nitpick cleanups 2019-12-15 09:05:33 -06:00
ApiInjector.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
BasicApiProvider.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
BizHawkExternalToolAttribute.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
BizHawkExternalToolUsage.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
BizHawkSystemIdToCoreSystemEnumConverter.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
CoreSystem.cs DS Hawk (#1884) 2020-03-21 10:53:30 -05:00
ExternalToolAttributes.cs Follow attribute class best practices, cleanup docs on attributes 2020-02-19 03:54:50 +10:00
IExternalApiProvider.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
IExternalToolForm.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
JoypadButton.cs Fix mismatching namespaces 2020-01-13 07:19:06 +10:00
JoypadStringToEnumConverter.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00