mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-19 08:52:42 +00:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCodeSimd : IOpCode
|
|
{
|
|
int Size { get; }
|
|
}
|
|
} |