mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 21:00:47 -07:00
Enable multithreaded VP9 decoding (#2009)
* Enable multithreaded VP9 decoding * Limit the number of threads used for video decoding
This commit is contained in:
@ -4,6 +4,7 @@ namespace Ryujinx.Graphics.Nvdec.Vp9
|
||||
{
|
||||
internal struct TileBuffer
|
||||
{
|
||||
public int Col;
|
||||
public ArrayPtr<byte> Data;
|
||||
public int Size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user