diff options
Diffstat (limited to 'Ryujinx.Audio/PlaybackState.cs')
| -rw-r--r-- | Ryujinx.Audio/PlaybackState.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.Audio/PlaybackState.cs b/Ryujinx.Audio/PlaybackState.cs new file mode 100644 index 00000000..8b53128a --- /dev/null +++ b/Ryujinx.Audio/PlaybackState.cs @@ -0,0 +1,8 @@ +namespace Ryujinx.Audio +{ + public enum PlaybackState + { + Playing = 0, + Stopped = 1 + } +}
\ No newline at end of file |
