index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Services
/
Acc
/
Account
/
AccountState.cs
blob: 7e7dd84156b208535c2d26d97c85a01670e46e5c (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
Ryujinx.HLE.HOS.SystemState
{
public
enum
AccountState
{
Closed
,
Open
}
}