.. |
Base Implementations
|
Simplify Any calls
|
2019-03-25 04:02:11 +10:00 |
Database
|
Replace .Where(pred).FirstOrDefault() with .FirstOrDefault(pred)
|
2019-03-25 02:21:37 +10:00 |
Interfaces
|
Game Linking: resolve #321
|
2019-02-10 16:22:29 -06:00 |
Properties
|
Emulation.Common cleanups
|
2017-04-27 11:37:26 -05:00 |
Sound/Utilities
|
Add preliminary Unix compatibility (using Mono; resolves #1384) (#1380)
|
2019-01-04 01:50:55 +03:00 |
WorkingTypes
|
Working types now allow implicit conversions from longs.
|
2019-01-03 05:52:31 -08:00 |
BizHawk.Emulation.Common.csproj
|
Created some working small integers to bypass C#'s hatred of 8bit and 16bit arithmetic.
|
2018-12-23 00:46:20 -08:00 |
BizHawk.Emulation.Common.csproj.DotSettings
|
DoSettings file for all project to explicitely set language level to C#6
|
2018-06-23 13:06:13 -05:00 |
ControllerDefinitionMerger.cs
|
Misc Emulation.Common cleanups
|
2017-04-27 12:07:34 -05:00 |
CoreAttribute.cs
|
Rename CoreAttributes to CoreAttribute as to not be a bad person
|
2017-07-12 14:10:55 -05:00 |
CoreComms.cs
|
Move VsyncNum and VsyncDen out of CoreComm and into IVideoProvider
|
2017-05-05 11:21:37 -05:00 |
DSKIdentifier.cs
|
Emulation.Common: Additional method added to inspect *.dsk images in order to work out whether they are ZX, CPC or AppleII
|
2018-07-19 13:46:37 +01:00 |
EmulationExceptions.cs
|
RomLoader: graceful disc failures
|
2017-10-26 14:55:31 +01:00 |
Enums.cs
|
Emulation.Comon - misc cleanups
|
2017-04-27 11:56:33 -05:00 |
Extensions.cs
|
more attribute renaming
|
2017-07-12 14:40:10 -05:00 |
SaveController.cs
|
Rename SnesSaveController to SaveController and move it to Emulation.Common since it is used by multiple cores and is general in design
|
2017-04-19 12:44:02 -05:00 |
ServiceAttributes.cs
|
Remove ToList call when the returned List is used as an IEnumerable
|
2019-03-27 13:56:10 +10:00 |
ServiceInjector.cs
|
Fix some filenames from previous renames, and more attribute renames
|
2017-07-12 14:48:27 -05:00 |
SystemLookup.cs
|
CPCHawk: Initial project outline (may or may not come to something eventually)
|
2018-07-03 14:53:09 +01:00 |
TextState.cs
|
Emulation.Common - more misc cleanups throughout
|
2017-04-27 12:25:12 -05:00 |