mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-11 01:49:34 -06:00
![gdkchan](/assets/img/avatar_default.png)
* 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
131 B
C#
6 lines
131 B
C#
using Ryujinx.Graphics.Memory;
|
|
|
|
namespace Ryujinx.Graphics
|
|
{
|
|
delegate void NvGpuMethod(NvGpuVmm Vmm, GpuMethodCall MethCall);
|
|
} |