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