mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-25 20:42:21 -05: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