mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 05:36:26 -05:00
audio: Cleanup Ryujinx.Audio and fix OpenAL issue (#1746)
* audio: Cleanup SoundIO and fix OpenAL issue * fix tabs by spaces * Fix extra spaces * Fix SoundIO.cs * Fix ContainsAudioOutBuffer
This commit is contained in:
@@ -367,7 +367,7 @@ namespace Ryujinx.Audio
|
||||
{
|
||||
lock (track)
|
||||
{
|
||||
return track.Volume;
|
||||
return track.GetVolume();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user