mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 17:58:28 +02:00
Initial work
This commit is contained in:
7
Ryujinx.Graphics.Shader/Decoders/IOpCodeImm.cs
Normal file
7
Ryujinx.Graphics.Shader/Decoders/IOpCodeImm.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
interface IOpCodeImm : IOpCode
|
||||
{
|
||||
int Immediate { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user