BizHawk/BizHawk.Emulation.Common/Base Implementations
adelikat cda9203ca5 Forgot to add these files 2014-12-05 00:17:34 +00:00
..
BasicServiceProvider.cs remove a debug line of code that I checked in on accident 2014-12-04 22:38:03 +00:00
ControllerDefinition.cs Move ControllerDefinition to its own file 2014-11-30 23:05:00 +00:00
InputCallbackSystem.cs fix logic error in Remove call on InputCallbackSystem 2014-12-04 22:31:42 +00:00
NullController.cs Emulation.Common - move Base Implementations out of the interfaces folder, never made sense to be there 2014-11-30 23:02:16 +00:00
NullEmulator.cs Add an IServiceProvider interface and make it a property of IEmulator, the purpose of this provider is to provide IEmulatorServices upon request. Make BasicServiceProvider and have all cores use it for now. BasicServiceProvider will return the core itself if the core itself is the requested type. He will also be able to return nested types (code not finished). Wired this up to the HasSavestates extension method (a method that has minimal value now) as a proof of concept. 2014-12-04 03:38:30 +00:00
NullSound.cs move NullSound to its own file, as it's not actually used in NullEmulator 2014-12-01 16:56:51 +00:00
TraceBuffer.cs Forgot to add these files 2014-12-05 00:17:34 +00:00