1 2 3 4 5 6 7 8 9
namespace Ryujinx.Cpu.LightningJit.State { enum ExecutionMode { Aarch32Arm = 0, Aarch32Thumb = 1, Aarch64 = 2, } }