BizHawk/BizHawk.Emulation
adelikat 8a9373126f N64 - add analog UDLR boolean buttons for mapping, if set and pressed they will override the analog axis 2013-07-25 00:51:56 +00:00
..
CPUs Code refactoring of Tools files - no functional changes other than some very tiny speedups and null checks 2013-04-14 23:56:45 +00:00
Computers/Commodore64 add a new field to IEmulator: bool BinarySaveStatesPreferred { get; }. a core should set it to true to indicate that it would prefer to save and load binary savestates (but both types must be supported). set to true on 7800, gb, dgb, gba, n64, snes, saturn cores, as they all create text savestates that are simply dumps of the binary savestate. for the moment, frontend does nothing with this new information. 2013-05-06 20:51:28 +00:00
Consoles N64 - add analog UDLR boolean buttons for mapping, if set and pressed they will override the analog axis 2013-07-25 00:51:56 +00:00
Database N64: Glide settings now save 2013-05-27 01:59:45 +00:00
DiscSystem DiscSystem-misc improvements and bugfixes, add CDFS parser, and add DiscID system for PSX and PSP discs. 2013-06-25 08:31:48 +00:00
ExternalCores Max volume is settable per sound source to enable mixing many sound sources without clipping. Potentially can be used to disable individual sound sources. 2011-09-04 04:38:11 +00:00
Interfaces analog input support. this is bad code and should all be reverted as soon as possible. 2013-07-18 16:18:17 +00:00
Properties some libmednahawk work. it can't possibly be used by anyone else yet, but i gotta do a checkin. 2012-11-04 23:29:06 +00:00
Sound n64: disable certain debug messages for now as they're causing crashing problems. 2013-05-02 00:33:44 +00:00
BizHawk.Emulation.csproj revert r4551 changes to .csproj files 2013-06-25 21:34:06 +00:00
BizHawk.Emulation_v4.5.csproj make 2012 project compile 2013-07-16 00:32:51 +00:00
Buffer.cs Removing unused directives from a bunch of files because I was playing around with resharper, but that got boring so not every file 2013-04-14 20:39:19 +00:00
Log.cs Extremely preliminary TurboCD support 2011-08-14 18:20:13 +00:00
Notes.txt Max volume is settable per sound source to enable mixing many sound sources without clipping. Potentially can be used to disable individual sound sources. 2011-09-04 04:38:11 +00:00
QuickCollections.cs nes-big improvements to sound, hopefully. fix regressions from last night which killed a lot of music. 2012-09-29 22:19:49 +00:00
Util.cs speed up some text conversion routines so that Yabause saving of text savestates is about 19x as fast as before 2013-06-05 18:42:54 +00:00