mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 11:40:05 +02:00
4 lines
96 B
C#
4 lines
96 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
delegate void NvGpuMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
|
|
} |