mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-03 16:25:13 +00:00
6 lines
No EOL
124 B
C#
6 lines
No EOL
124 B
C#
using ARMeilleure.Translation;
|
|
|
|
namespace ARMeilleure.Decoders
|
|
{
|
|
delegate void InstEmitter(ArmEmitterContext context);
|
|
} |