mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-03-20 15:05:44 -05:00
6 lines
130 B
C#
6 lines
130 B
C#
![]() |
using ChocolArm64.Memory;
|
||
|
|
||
|
namespace Ryujinx.Graphics.Gpu
|
||
|
{
|
||
|
delegate void NvGpuMethod(AMemory Memory, NsGpuPBEntry PBEntry);
|
||
|
}
|