Implement GetTpcMasks on nvservices

This commit is contained in:
gdkchan 2018-05-13 22:10:45 -03:00
parent b2b1d7dcd7
commit 9e50ed53e6
2 changed files with 10 additions and 2 deletions

View file

@ -5,6 +5,7 @@
public int MaskBufferSize;
public int Reserved;
public long MaskBufferAddress;
public long Unk;
public int TpcMask;
public int Padding;
}
}