mirror of
https://github.com/Ryujinx/ChocolArm64.git
synced 2025-01-05 14:55:33 +00:00
8 lines
100 B
C#
8 lines
100 B
C#
namespace ChocolArm64.State
|
|
{
|
|
enum AExecutionMode
|
|
{
|
|
AArch32,
|
|
AArch64
|
|
}
|
|
} |