Remove two sound refactor todo comments

This commit is contained in:
adelikat 2016-12-11 12:27:02 -06:00
parent afc19affac
commit b465eaa470
2 changed files with 2 additions and 4 deletions

View File

@ -79,9 +79,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
magicSoundProvider = null;
}
// Sound refactor todo: do we want to support async?
class MagicSoundProvider
: ISoundProvider, IDisposable
class MagicSoundProvider : ISoundProvider, IDisposable
{
BlipBuffer blip;
NES nes;

View File

@ -301,7 +301,7 @@ namespace BizHawk.Emulation.Cores.Sega.Genesis
public CoreComm CoreComm { get; private set; }
// Sound refactor todo: Implement ISoundProvider
// TODO: Implement ISoundProvider
/*
public IAsyncSoundProvider SoundProvider
{