mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-26 06:27:43 +02:00
10 lines
No EOL
116 B
C#
10 lines
No EOL
116 B
C#
namespace ChocolArm64.Decoder
|
|
{
|
|
enum AShiftType
|
|
{
|
|
Lsl,
|
|
Lsr,
|
|
Asr,
|
|
Ror
|
|
}
|
|
} |