mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 15:37:10 +02:00
Improvements to IAudioOutManager (#232)
* Improvements to IAudioOutManager * Make implementation private
This commit is contained in:
parent
af1516a146
commit
dc04b5465f
2 changed files with 62 additions and 32 deletions
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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue