mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-25 11:43:00 +00:00
6 lines
124 B
C#
6 lines
124 B
C#
using ARMeilleure.Translation;
|
|
|
|
namespace ARMeilleure.Decoders
|
|
{
|
|
delegate void InstEmitter(ArmEmitterContext context);
|
|
} |