mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-08 14:25:47 +00:00
Initial work
This commit is contained in:
7
Ryujinx.Graphics.Shader/Decoders/IOpCodeRd.cs
Normal file
7
Ryujinx.Graphics.Shader/Decoders/IOpCodeRd.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
interface IOpCodeRd : IOpCode
|
||||
{
|
||||
Register Rd { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user