mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-24 19:22:59 +00:00
5 lines
95 B
C#
5 lines
95 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32Simd : IOpCode32, IOpCodeSimd { }
|
|
}
|