Ryujinx/Ryujinx.Audio/PlaybackState.cs

8 lines
110 B
C#

namespace Ryujinx.Audio
{
public enum PlaybackState
{
Playing = 0,
Stopped = 1
}
}