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
/
src
/
Ryujinx.Horizon
/
Sdk
/
Ngc
/
SkipMode.cs
blob: c177a5d2ab26003a5d9f7e9382c33ea78226f2b3 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
Ryujinx.Horizon.Sdk.Ngc
{
enum
SkipMode
{
DoNotSkip
,
SkipAtSignCheck
,
}
}