mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-15 17:50:53 -05:00
7 lines
121 B
C#
7 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeRa : IOpCode
|
|
{
|
|
Register Ra { get; }
|
|
}
|
|
} |