mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 11:58:34 +00:00
d2bb458b51
* 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);
|
|
} |