1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-03-22 14:25:45 -05:00

8 lines
100 B
C#

namespace ChocolArm64.State
{
enum AExecutionMode
{
AArch32,
AArch64
}
}