mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-02 23:07:25 +00:00
6 lines
124 B
C#
6 lines
124 B
C#
|
using ARMeilleure.Translation;
|
||
|
|
||
|
namespace ARMeilleure.Decoders
|
||
|
{
|
||
|
delegate void InstEmitter(ArmEmitterContext context);
|
||
|
}
|