BizHawk/BizHawk.Emulation.Common
Wyst3r 4c0bfd4764 m64p: Use built-in debugger to avoid major slowdowns when breakpoints are set.
Conflicts:
	BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IDebuggable.cs
2017-02-24 10:41:22 +03:00
..
Base Implementations m64p: Use built-in debugger to avoid major slowdowns when breakpoints are set. 2017-02-24 10:41:22 +03:00
BizInvoke Add Monitor support to BizInvoker. Monitors are called right before (Enter) and right after (Exit) each interop method call. Possible applications include AWE mutex+mapping, and cothread no-GC regions. If you ask for an invoker without monitor, this commit adds no overhead because the code isn't generated. 2016-03-22 20:17:28 -04:00
Database fix can't use neshawk (recent regression) 2016-11-19 20:07:17 -06:00
Interfaces add TotalExecutedCycles as an IDebuggable property, and implement it in cores with the information readily available (and throw NotImplementedExecptions in the remaining). wire the property up to lua with emu.totalexecutedcycles(). Stil todo - wire it up to the Debugger gui 2017-01-09 19:23:05 -06:00
Properties change a bunch of old googlecode urls in assemblyinfos 2016-06-13 11:34:27 -05:00
Sound/Utilities More IAsyncSoundProvider and related classes to BizHawk.Emulation.Cores and make them internal, since they are implementation details, and they are deprecrated and not intended to be used in future cores. 2016-12-16 08:50:05 -06:00
BinaryQuickSerializer.cs cleanup 2014-12-20 04:25:31 +00:00
BizHawk.Emulation.Common.csproj Make an interface for CodeDataLog, and move CodeDataLog to Base Implementations 2016-12-16 11:33:02 -06:00
CoreAttributes.cs iemulator single instance attribute. to find out about: PSX, Apple2 2015-03-03 00:23:50 +00:00
CoreComms.cs More documentaiton for IEmulatorServices, related classes/interfaces, and base implementations 2016-12-14 09:11:07 -06:00
EmulationExceptions.cs quicknes: reject (with the appropriate unsupported exception) any bootgod positive euro rom 2014-10-29 18:58:43 +00:00
Enums.cs Emulation.Common - move some misc enums into Enums.cs 2014-12-16 17:06:29 +00:00
Extensions.cs dont' use ThrowsError when deciding if a method is implemented. Simply checking for an exception is no longer reliable sinc most GetSamplesAsync() methods correctly do this by design 2017-02-08 17:48:32 -06:00
ServiceAttributes.cs Emulation.Common - Separate some attributes to their own file, and better document some attributes and interfaces 2016-12-12 09:00:58 -06:00
ServiceInjector.cs a few nitpick cleanups 2016-12-14 14:30:43 -06:00
SystemLookup.cs Resolves Issue 729. 2016-11-16 05:27:37 -08:00
TextState.cs comments! 2014-12-09 21:52:03 +00:00