mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-06 14:41:08 +00:00
5 lines
95 B
C#
5 lines
95 B
C#
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(nint nativeContextPtr);
|
|
}
|