mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-03-14 12:45:15 +09:00
7 lines
121 B
C#
7 lines
121 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeRc : IOpCode
|
|
{
|
|
Register Rc { get; }
|
|
}
|
|
} |