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