mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 21:57:44 +02:00

* Better implementation of the DMA pusher, misc fixes * Remove some debug code * Correct RGBX8 format * Add support for linked Texture Sampler Control * Attempt to fix upside down screen issue
6 lines
No EOL
131 B
C#
6 lines
No EOL
131 B
C#
using Ryujinx.Graphics.Memory;
|
|
|
|
namespace Ryujinx.Graphics
|
|
{
|
|
delegate void NvGpuMethod(NvGpuVmm Vmm, GpuMethodCall MethCall);
|
|
} |