mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-22 18:30:32 +00:00
7 lines
109 B
C#
7 lines
109 B
C#
|
namespace ChocolArm64.Translation
|
||
|
{
|
||
|
interface IILEmit
|
||
|
{
|
||
|
void Emit(ILEmitter context);
|
||
|
}
|
||
|
}
|