mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 05:40:04 +02:00
9 lines
163 B
C#
9 lines
163 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
interface INvGpuEngine
|
|
{
|
|
int[] Registers { get; }
|
|
|
|
void CallMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
|
|
}
|
|
} |