mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 15:37:10 +02:00
Aways write voice state as finished playing while proper audren support is not in place
This commit is contained in:
parent
e7559f128f
commit
7c7ee8f8ca
2 changed files with 28 additions and 8 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue