mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
6 lines
110 B
C#
6 lines
110 B
C#
using System;
|
|
|
|
namespace ARMeilleure.Translation
|
|
{
|
|
delegate ulong GuestFunction(nint nativeContextPtr);
|
|
}
|