mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-19 17:34:18 +00:00
Fix NV stubs (#124)
* Fix NV stubs * Compliant with feedback * Oops, Compliant with feedback #2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
|
||||
{
|
||||
struct NvGpuGpuGetTpcMasks
|
||||
{
|
||||
public int MaskBufferSize;
|
||||
public int Reserved;
|
||||
public long MaskBufferAddress;
|
||||
public long Unk;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user