mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 02:30:53 -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