1
0
Fork 0
mirror of https://github.com/Ryujinx/ChocolArm64.git synced 2025-01-11 19:55:37 +00:00
ChocolArm64/Decoder/IAOpCodeSimd.cs

7 lines
109 B
C#

namespace ChocolArm64.Decoder
{
interface IAOpCodeSimd : IAOpCode
{
int Size { get; }
}
}