7 lines
No EOL
124 B
C#
7 lines
No EOL
124 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeImm : IOpCode
|
|
{
|
|
int Immediate { get; }
|
|
}
|
|
} |