mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-27 00:00:03 -06:00
7 lines
121 B
C#
7 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeRa : IOpCode
|
|
{
|
|
Register Ra { get; }
|
|
}
|
|
} |