mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-11 12:25:16 +00:00
6 lines
192 B
C#
6 lines
192 B
C#
namespace ARMeilleure.Translation
|
|
{
|
|
delegate void DispatcherFunction(nint nativeContext, ulong startAddress);
|
|
delegate ulong WrapperFunction(nint nativeContext, ulong startAddress);
|
|
}
|