2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 14:24:56 +00:00

Keyboard/Mouse CFinalInput integration

This commit is contained in:
Jack Andersen
2017-01-22 11:26:58 -10:00
parent 12c6163e32
commit 62dc61bfb2
7 changed files with 101 additions and 30 deletions

View File

@@ -405,6 +405,7 @@ struct SDSPStream : boo::IAudioVoiceCallback
if (id == -1)
return -1;
/* -3dB pan law for mono */
stream->AllocateStream(info, vol, 0.707f, 0.707f);
return id;
}