1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-20 21:41:57 -08:00

6 lines
124 B
C#
Raw Normal View History

2018-02-04 20:08:20 -03:00
using ChocolArm64.Translation;
namespace ChocolArm64.Instruction
{
delegate void AInstEmitter(AILEmitterCtx Context);
}