mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-12-26 16:35:48 +00:00
4 lines
97 B
C#
4 lines
97 B
C#
|
namespace Ryujinx.Core.Gpu
|
||
|
{
|
||
|
delegate void NvGpuMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
|
||
|
}
|