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
/
ChocolArm64
/
State
/
ExecutionMode.cs
blob: 4b8c17cec0948217e87ab13820b815a02e66ebb0 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
ChocolArm64.State
{
enum
ExecutionMode
{
AArch32
,
AArch64
}
}