0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-14 08:45:18 +00:00
MeloNX/Ryujinx/Cpu/Decoder/IAOpCodeSimd.cs
2018-02-04 20:08:20 -03:00

7 lines
109 B
C#

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