mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-25 07:57:11 +02:00
Fix NV stubs (#124)
* Fix NV stubs * Compliant with feedback * Oops, Compliant with feedback #2
This commit is contained in:
parent
0979426e63
commit
8e306b3ac1
5 changed files with 69 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue