mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Windows-fix for gus
This commit is contained in:
parent
12e5c8d704
commit
590f9e83d8
@ -14,7 +14,8 @@ using namespace Mangle::Sound;
|
|||||||
|
|
||||||
// --- SampleSource ---
|
// --- SampleSource ---
|
||||||
|
|
||||||
void AudiereSource::getInfo(int32_t *rate, int32_t *channels, int32_t *bits)
|
void AudiereSource::getInfo(Mangle::Sound::int32_t *rate,
|
||||||
|
Mangle::Sound::int32_t *channels, Mangle::Sound::int32_t *bits)
|
||||||
{
|
{
|
||||||
SampleFormat fmt;
|
SampleFormat fmt;
|
||||||
int channels_, rate_;
|
int channels_, rate_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user