mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-12 18:14:25 +00:00
7 lines
109 B
C#
7 lines
109 B
C#
![]() |
namespace ChocolArm64.Translation
|
||
|
{
|
||
|
interface IILEmit
|
||
|
{
|
||
|
void Emit(ILEmitter context);
|
||
|
}
|
||
|
}
|