mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-27 04:07:43 +02:00
8 lines
No EOL
100 B
C#
8 lines
No EOL
100 B
C#
namespace ChocolArm64.State
|
|
{
|
|
enum AExecutionMode
|
|
{
|
|
AArch32,
|
|
AArch64
|
|
}
|
|
} |