mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
4 lines
No EOL
96 B
C#
4 lines
No EOL
96 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
delegate void NvGpuMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
|
|
} |