mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 22:40:54 -05:00
5 lines
92 B
C#
5 lines
92 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32Simd : IOpCode32, IOpCodeSimd { }
|
|
}
|