BizHawk/BizHawk.Emulation.Common
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
..
Base Implementations create a memory callback based IInputCallbacks system that can be used by any core, wire it up to the mGBA core 2020-04-10 11:12:57 -05:00
Database misc cleanups 2020-04-08 16:03:35 -05:00
Interfaces Rename axis-related types, members, and locals 2020-03-31 17:29:55 +10:00
Properties Move [AssemblyVersion]/[AssemblyFileVersion] to VersionInfo.cs 2020-04-08 23:04:08 +00:00
Sound/Utilities misc cleanups 2020-04-08 16:03:35 -05:00
BizHawk.Emulation.Common.csproj Split path to fork in project dependency tree 2020-03-13 09:46:24 +10:00
BizHawk.Emulation.Common.csproj.DotSettings Bump ReSharper analysis to C# 8.0 2019-10-31 03:30:00 +10:00
ControllerDefinitionMerger.cs Rename axis-related types, members, and locals 2020-03-31 17:29:55 +10:00
CoreAttribute.cs Follow attribute class best practices, cleanup docs on attributes 2020-02-19 03:54:50 +10:00
CoreComms.cs remove CoreComm.Clone(), it is now safe to pass around into subcores 2020-03-15 10:12:20 -05:00
DSKIdentifier.cs misc cleanups in Emulation.Common 2020-02-26 16:32:00 -06:00
EmulationExceptions.cs misc cleanups in Emulation.Common 2020-03-01 14:39:24 -06:00
Enums.cs move AdvancedRomLoaderType out of Emulation.Common, it doesn't belong here (moved to EmuHawk where it is used) 2020-02-26 16:36:15 -06:00
Extensions.cs Replace dynamic type with Object in API 2020-04-13 17:05:38 +10:00
SaveController.cs Rename axis-related types, members, and locals 2020-03-31 17:29:55 +10:00
ServiceAttributes.cs Follow attribute class best practices, cleanup docs on attributes 2020-02-19 03:54:50 +10:00
ServiceInjector.cs Follow attribute class best practices, cleanup docs on attributes 2020-02-19 03:54:50 +10:00
SystemLookup.cs Add DS to the Core picker dialog 2020-03-25 18:37:12 -05:00
TextState.cs cleanup DSKIDentifier.cs, misc cleanups in Emulation.Common 2020-02-26 15:51:29 -06:00