mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-09 08:01:07 +00:00
8 lines
100 B
C#
8 lines
100 B
C#
namespace ChocolArm64.State
|
|
{
|
|
enum AExecutionMode
|
|
{
|
|
AArch32,
|
|
AArch64
|
|
}
|
|
} |