mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-07 13:56:27 -05:00
Improvements to IAudioOutManager (#232)
* Improvements to IAudioOutManager * Make implementation private
This commit is contained in:
8
Ryujinx.HLE/OsHle/Services/Aud/AudErr.cs
Normal file
8
Ryujinx.HLE/OsHle/Services/Aud/AudErr.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.OsHle.Services.Aud
|
||||
{
|
||||
static class AudErr
|
||||
{
|
||||
public const int DeviceNotFound = 1;
|
||||
public const int UnsupportedSampleRate = 3;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user