mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-11 07:52:43 -05: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);
|
|
}
|