BizHawk/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES
alyosha-tas 5b731cf8b8 SNES saveram: check for existance
checks if SGB saveram exists before attempting to assign it to the buffer pointer.

Also return null if no saveram is found, which conforms to what other cores are doing and what EMUHawk expects
2017-06-16 08:50:28 -04:00
..
LibsnesApi.cs snes: support trace logging GB and SMP cores (C# side and dlls) 2017-05-14 13:51:02 -05:00
LibsnesApi_BRK.cs snes: tidy 2017-03-08 15:57:00 -06:00
LibsnesApi_CMD.cs SGB CDL c# side; and fix SGB loading (broken by pwrap refactors) 2017-05-06 16:23:26 -05:00
LibsnesApi_Enums.cs c++ side setup for setting any devices on snes input ports 2017-04-09 16:45:05 -05:00
LibsnesApi_QUERY.cs snes: support trace logging GB and SMP cores (C# side and dlls) 2017-05-14 13:51:02 -05:00
LibsnesApi_SIG.cs snes: support trace logging GB and SMP cores (C# side and dlls) 2017-05-14 13:51:02 -05:00
LibsnesControllerDeck.cs snes: add a toggle multitap button 2017-04-22 17:08:33 -04:00
LibsnesCore.ICodeDataLogger.cs SGB CDL c# side; and fix SGB loading (broken by pwrap refactors) 2017-05-06 16:23:26 -05:00
LibsnesCore.IDebuggable.cs use Dictionary initializers instead of object initializers for various GetCpuFlagsAndRegisters() methods 2017-04-25 08:28:06 -05:00
LibsnesCore.IEmulator.cs snes: support trace logging GB and SMP cores (C# side and dlls) 2017-05-14 13:51:02 -05:00
LibsnesCore.IInputPollable.cs Break off LibsnesCore services into separate files 2017-04-19 09:41:52 -05:00
LibsnesCore.IMemoryDomains.cs SGB CDL c# side; and fix SGB loading (broken by pwrap refactors) 2017-05-06 16:23:26 -05:00
LibsnesCore.IRegionable.cs LibsnesCore reformating round 2 - sort out private fields vs pulbic properties 2017-04-19 12:19:16 -05:00
LibsnesCore.ISaveRam.cs SNES saveram: check for existance 2017-06-16 08:50:28 -04:00
LibsnesCore.ISettable.cs add 'crop SGB frame' option; fixes #871 2017-06-11 18:20:55 -05:00
LibsnesCore.IStatable.cs SNES - fix frame 0 loadstating 2017-05-27 10:21:14 -05:00
LibsnesCore.IVideoProvider.cs Spell out Numerator and Denominator 2017-05-05 11:25:38 -05:00
LibsnesCore.cs add 'crop SGB frame' option; fixes #871 2017-06-11 18:20:55 -05:00
SNESGraphicsDecoder.cs fix crashy bugs in snes gfx debugger 2015-11-15 18:02:20 -06:00
ScanlineHookManager.cs LibsnesCore - Move ScanlineHookManager class to its own file 2017-04-19 12:25:22 -05:00
SnesColors.cs Change project name BizHawk.Emulation to BizHawk.Emulation.Cores 2013-11-15 14:05:47 +00:00