fix coleco sound which had got unhooked
This commit is contained in:
parent
8d86ee012e
commit
e7564f11ae
|
@ -166,7 +166,7 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
|||
|
||||
public string BoardName { get { return null; } }
|
||||
|
||||
public ISyncSoundProvider SyncSoundProvider { get { return null; } }
|
||||
public ISyncSoundProvider SyncSoundProvider { get { return new FakeSyncSound(SoundProvider, 735); } }
|
||||
public bool StartAsyncSound() { return true; }
|
||||
public void EndAsyncSound() { }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue