mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-15 19:37:05 +00:00
5 lines
192 B
C#
5 lines
192 B
C#
namespace ARMeilleure.Translation
|
|
{
|
|
delegate void DispatcherFunction(nint nativeContext, ulong startAddress);
|
|
delegate ulong WrapperFunction(nint nativeContext, ulong startAddress);
|
|
}
|