mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-27 21:27:42 +02: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);
|
|
} |