mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 17:22:22 -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);
|
|
} |