BizHawk/BizHawk.Emulation.Cores/Consoles/WonderSwan
YoshiRulz e790d904cb
Use Count or Length instead of Count() or no-param Any()
2019-03-24 19:21:47 +10:00
..
BizSwan.cs Wonderswan - Support settings to change colors. Breaks existing binary savestates (existing text savestates should be OK). B&W palette is exposed as a setting, albeit without a very nice UI. Color palette is available behind the scenes, but is not exposed as a setting. 2016-03-26 13:35:57 -04:00
WonderSwan.Controller.cs Refactor IEmulator and remove the IController property, instead pass it as a paramter to the FrameAdvance() method 2017-05-01 20:09:11 -05:00
WonderSwan.IMemoryDomains.cs remove the obsolete MemoryDomain.FromIntPtr method 2017-04-24 13:47:40 -05:00
WonderSwan.ISaveRam.cs swan: factor out some stuff into seperate files 2015-01-14 22:00:46 +00:00
WonderSwan.ISettable.cs Wonderswan - Support settings to change colors. Breaks existing binary savestates (existing text savestates should be OK). B&W palette is exposed as a setting, albeit without a very nice UI. Color palette is available behind the scenes, but is not exposed as a setting. 2016-03-26 13:35:57 -04:00
WonderSwan.ISoundProvider.cs Major sound provider refactor. Create a unified interface ISoundProvider, that is an IEmulator service and break it off of IEmulator. IAsyncSoundProvider was kept as a shim for now, for legacy cores that were inherintly async. 2016-12-11 11:15:00 -06:00
WonderSwan.IStatable.cs Move BinaryQuickSerializer from Emulation.Common to Common 2017-05-01 17:26:39 -05:00
WonderSwan.cs Use Count or Length instead of Count() or no-param Any() 2019-03-24 19:21:47 +10:00