mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-12 06:52:43 -05:00
7 lines
110 B
C#
7 lines
110 B
C#
using System;
|
|
|
|
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(nint nativeContextPtr);
|
|
}
|