1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-03-20 10:55:44 -05:00
2020-01-09 02:13:00 +01:00

6 lines
149 B
C#

using Ryujinx.Graphics.Shader.Translation;
namespace Ryujinx.Graphics.Shader.Instructions
{
delegate void InstEmitter(EmitterContext context);
}