mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-24 03:12:41 +00:00
6 lines
111 B
C#
6 lines
111 B
C#
using System;
|
|
|
|
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(IntPtr nativeContextPtr);
|
|
} |