mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-15 15:02:41 +00:00
5 lines
92 B
C#
5 lines
92 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32Simd : IOpCode32, IOpCodeSimd { }
|
|
}
|