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.HLE
/
HOS
/
Services
/
Nfp
/
DeviceState.cs
blob: 0452789362589da891ba143e114a886adbfc1af9 (
plain
)
1
2
3
4
5
6
7
namespace
Ryujinx
.
HLE
.
HOS
.
Services
.
Nfp
{
enum
DeviceState
{
Initialized
=
0
}
}