mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-23 11:25:46 +00:00
7 lines
109 B
C#
7 lines
109 B
C#
|
namespace ChocolArm64.Translation
|
||
|
{
|
||
|
interface IILEmit
|
||
|
{
|
||
|
void Emit(ILEmitter context);
|
||
|
}
|
||
|
}
|