index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Audio
/
PlaybackState.cs
blob: 8b53128aafff6e1436eff540d7f669136262a695 (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Audio
{
public enum
PlaybackState
{
Playing
=
0
,
Stopped
=
1
}
}