BizHawk/BizHawk.Emulation/Consoles/Sega
goyuken f1e2c275f4 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
..
Genesis 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
SMS 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
Saturn 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