1
0
Fork 0
mirror of https://github.com/Ryujinx/ChocolArm64.git synced 2025-03-08 10:10:20 +00:00
ChocolArm64/Translation/IAILEmit.cs

7 lines
111 B
C#
Raw Normal View History

namespace ChocolArm64.Translation
{
interface IAILEmit
{
void Emit(AILEmitter Context);
}
}