7 lines
No EOL
122 B
C#
7 lines
No EOL
122 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeReg : IOpCode
|
|
{
|
|
Register Rb { get; }
|
|
}
|
|
} |