mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-01 04:46:25 +02:00
8 lines
No EOL
100 B
C#
8 lines
No EOL
100 B
C#
namespace ChocolArm64.State
|
|
{
|
|
enum AExecutionMode
|
|
{
|
|
AArch32,
|
|
AArch64
|
|
}
|
|
} |