mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-10 08:17:18 -05:00
5 lines
95 B
C#
5 lines
95 B
C#
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(nint nativeContextPtr);
|
|
}
|