1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-03-23 12:35:45 -05:00

8 lines
204 B
C#
Raw Normal View History

using ChocolArm64.Decoder;
using ChocolArm64.Memory;
using ChocolArm64.State;
namespace ChocolArm64.Instruction
{
delegate void AInstInterpreter(AThreadState State, AMemory Memory, AOpCode OpCode);
}