mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-10 13:09:05 +00:00
Aways write voice state as finished playing while proper audren support is not in place
This commit is contained in:
9
Ryujinx.HLE/OsHle/Services/Aud/VoiceState.cs
Normal file
9
Ryujinx.HLE/OsHle/Services/Aud/VoiceState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.OsHle.Services.Aud
|
||||
{
|
||||
enum VoicePlaybackState : int
|
||||
{
|
||||
Playing = 0,
|
||||
Finished = 1,
|
||||
Paused = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user