mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-11 15:12:44 -05:00
5 lines
95 B
C#
5 lines
95 B
C#
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(nint nativeContextPtr);
|
|
}
|