mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 22:18:33 +00:00
6 lines
124 B
C#
6 lines
124 B
C#
|
using ARMeilleure.Translation;
|
||
|
|
||
|
namespace ARMeilleure.Decoders
|
||
|
{
|
||
|
delegate void InstEmitter(ArmEmitterContext context);
|
||
|
}
|