1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-10 17:16:40 +00:00
Ryujinx/ChocolArm64/Instruction/AInstEmitter.cs

6 lines
No EOL
124 B
C#

using ChocolArm64.Translation;
namespace ChocolArm64.Instruction
{
delegate void AInstEmitter(AILEmitterCtx Context);
}