mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 17:17:11 +02:00
aloha
This commit is contained in:
commit
b7e1d9930d
230 changed files with 17548 additions and 0 deletions
7
Ryujinx/Cpu/Translation/IAILEmit.cs
Normal file
7
Ryujinx/Cpu/Translation/IAILEmit.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace ChocolArm64.Translation
|
||||
{
|
||||
interface IAILEmit
|
||||
{
|
||||
void Emit(AILEmitter Context);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue