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