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