Merge branch 'master' of ssh://github.com/TASVideos/bizhawk

This commit is contained in:
nattthebear 2016-02-28 13:28:52 -05:00
commit caa0a29d9e
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
{
void GetSamples(short[] samples);
void DiscardSamples();
// TODO: we want to remove this property. Clients do not need this information. This is only used by cores themselves, they should use their own interface/implementation to pass this information around
int MaxVolume { get; set; }
}
}