BizHawk/BizHawk.Client.EmuHawk/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
..
Libraries Replace dynamic type with Object in API 2020-04-13 17:05:38 +10:00
ApiContainer.cs refactor LuaHelper into an extension method class, and some nitpick cleanups 2019-12-15 09:05:33 -06:00
ApiManager.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
ClientApi.cs Replace dynamic type with Object in API 2020-04-13 17:05:38 +10:00
EventTypes.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00
Joypad.cs Merge ApiHawk project into Client.Common and EmuHawk 2020-04-12 17:40:42 +10:00