Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139)
This commit is contained in:
parent
56b2f84702
commit
d97e995e59
3 changed files with 5 additions and 8 deletions
|
@ -9,5 +9,6 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostCtrlGpu.Types
|
|||
public byte Sm0TpcIndex;
|
||||
public byte Sm1GpcIndex;
|
||||
public byte Sm1TpcIndex;
|
||||
public uint Reserved;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue