BizHawk/BizHawk.Emulation.Common/Interfaces/Services
zeromus a7d2b8d7f7 * add a new IToolForm update mechanism which has extensible update points (so a tool can both pre- and post- update)
* make trace logging "core-pushes" model, to a sink installed by the frontend. This sink can go straight to the disk without wasting memory if that's what the Trace Logger tool has selected; or the Trace Logger will buffer it if it needs to.  Formerly, we had a "core-pushes-to-buffer" and "client-pulls-once-per-frame" which necessarily caused huge buffers no matter what was going on.
2016-08-13 15:31:26 -05:00
..
ICodeDataLogger.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IDebuggable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IDisassemblable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IDriveLight.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IInputPollable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
ILinkable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IMemoryDomains.cs Tools: Ram -> RAM #669 2016-07-22 01:32:54 +09:30
IRegionable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
ISaveRam.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
ISettable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IStatable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
ITraceable.cs * add a new IToolForm update mechanism which has extensible update points (so a tool can both pre- and post- update) 2016-08-13 15:31:26 -05:00
IVideoProvider.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00