BizHawk/BizHawk.Common
zeromus a9c0211d46 change a bunch of old googlecode urls in assemblyinfos 2016-06-13 11:34:27 -05:00
..
Extensions Better null checks in string validation functions 2016-02-17 02:41:09 +10:30
IPC Add Yield/SwitchToThread in SNES IPCRingBuffer. Improves performance on Core 2 Duo, about the same on i5, and will prevent it from going < 1 fps on a single core machine :). 2015-02-04 04:31:41 +00:00
Properties change a bunch of old googlecode urls in assemblyinfos 2016-06-13 11:34:27 -05:00
AWEMemoryStream.cs add and hook up AWEMemoryStream option for movie storage. GUI is intentionally shoddy to convey sense that it's experimental. Has been cursorily verified but not thoroughly tested. 2016-02-10 01:09:43 -06:00
Bit.cs Clean up the Bit struct and rename the file from Types.cs to Bit.cs 2014-01-22 00:47:22 +00:00
BitReverse.cs Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files 2013-12-14 00:03:03 +00:00
BizHawk.Common.csproj 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
Buffer.cs Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files 2013-12-14 00:03:03 +00:00
Colors.cs Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files 2013-12-14 00:03:03 +00:00
CustomCollections.cs rough draft of file ID system. not ready to be used just yet, but I think it can go the distance. I'll have to hook it up later. 2014-12-03 06:14:59 +00:00
DeepEquality.cs fix stuff not compiling 2014-12-20 04:16:02 +00:00
HawkFile.cs usably functional libretro player 2015-11-07 00:14:59 -06:00
IImportResolver.cs 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
IMonitor.cs 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
InstanceDll.cs Add the elf stuff back to solution (doesn't do anything, don't use, ugly and embarassing, etc). Switch gpgx to use bizinvoker and slash a few hacks there. Bizinvoker - add support for forwarded attributes in Compatibility mode ([Out], [In]), and support enum, ref enum, and enum[]. Misc cleanup. 2016-03-10 22:00:52 -05:00
Log.cs Remove some files I meant to delete, and some useless code cleanups 2013-11-04 03:12:50 +00:00
MruStack.cs some minor code cleanups in BizHawk.Common 2014-02-04 21:15:33 +00:00
NDBDatabase.cs create TAStudio States directory if it doesnt exist 2015-08-24 13:42:46 -05:00
QuickCollections.cs Remove some files I meant to delete, and some useless code cleanups 2013-11-04 03:12:50 +00:00
Serializer.cs C64: add bool[] overload to the serializer. sloppy, but neater. 2014-10-06 16:00:24 +00:00
SettingsUtil.cs SettingsUtil: Convert between various integer types automagically because [DefaultValueAttribute] is cls complaint and it's awkward to specify unsigned types for it 2016-02-27 16:50:42 -05:00
SimpleTime.cs benchmark savestate time to console 2014-10-09 01:49:44 +00:00
Sprintf.cs merge remote master 2015-11-20 13:14:38 +01:00
SwitcherStream.cs 2014-10-12 04:19:01 +00:00
TempFileManager.cs SHUT. UP. THE. EXCEPTIONS. IN. TEMP. FILE. MANAGER. 2015-12-10 07:13:40 -06:00
UndoHistory.cs Ram Search - limit to 5 undo levels 2015-01-02 22:16:07 +00:00
UnmanagedResourceHeap.cs usably functional libretro player 2015-11-07 00:14:59 -06:00
Util.cs add 250ms upper limit to time spent in TryMoveBackupFile loops 2016-02-27 20:23:31 -06:00
Win32Hacks.cs fix rebooting of libretro cores, add CPU detection win32 hacks, add retro perf interface 2015-11-07 13:05:40 -06:00