mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 18:21:13 +02:00
5 lines
95 B
C#
5 lines
95 B
C#
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(nint nativeContextPtr);
|
|
}
|