remove IEmulator.ClearSaveRam() from the interface
This commit is contained in:
parent
9c285e3e3a
commit
baa1556836
|
@ -88,11 +88,6 @@ namespace BizHawk.Emulation.Common
|
|||
/// </summary>
|
||||
void StoreSaveRam(byte[] data);
|
||||
|
||||
/// <summary>
|
||||
/// reset saveram to a standard initial state. this probably shouldn't be used; instantiate a new core to clear persistent things.
|
||||
/// </summary>
|
||||
void ClearSaveRam();
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not Save ram has been modified since the last save
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue