0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-15 09:15:18 +00:00
MeloNX/Ryujinx/Cpu/Instruction/AInstEmitter.cs
2018-02-04 20:08:20 -03:00

6 lines
124 B
C#

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