mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 01:24:25 +00:00
8 lines
100 B
C#
8 lines
100 B
C#
![]() |
namespace ChocolArm64.State
|
||
|
{
|
||
|
enum AExecutionMode
|
||
|
{
|
||
|
AArch32,
|
||
|
AArch64
|
||
|
}
|
||
|
}
|