mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-11 16:37:06 +00:00
6 lines
No EOL
149 B
C#
6 lines
No EOL
149 B
C#
using Ryujinx.Graphics.Shader.Translation;
|
|
|
|
namespace Ryujinx.Graphics.Shader.Instructions
|
|
{
|
|
delegate void InstEmitter(EmitterContext context);
|
|
} |