1
0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-03-01 08:02:11 +01:00

7 lines
111 B
C#

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