mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 09:53:35 +01:00
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; }
|
|
}
|
|
} |