Merge branch 'master' of ssh://github.com/TASVideos/bizhawk
This commit is contained in:
commit
caa0a29d9e
|
@ -4,6 +4,8 @@
|
||||||
{
|
{
|
||||||
void GetSamples(short[] samples);
|
void GetSamples(short[] samples);
|
||||||
void DiscardSamples();
|
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; }
|
int MaxVolume { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue