1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-10 12:41:50 +00:00
Ryujinx/Ryujinx.HLE/Gpu/INvGpuEngine.cs

9 lines
No EOL
163 B
C#

namespace Ryujinx.HLE.Gpu
{
interface INvGpuEngine
{
int[] Registers { get; }
void CallMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
}
}