colecovision: minor oopsie
This commit is contained in:
parent
dcde99d1e1
commit
b41fee13c1
|
@ -294,7 +294,7 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
|||
public void EndAsyncSound() { }
|
||||
|
||||
public object GetSettings() { return null; }
|
||||
public object GetSyncSettings() { return SyncSettings; }
|
||||
public object GetSyncSettings() { return SyncSettings.Clone(); }
|
||||
public bool PutSettings(object o) { return false; }
|
||||
public bool PutSyncSettings(object o)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue