mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 18:38:58 -06: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