mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:00:47 -07:00
Move solution and projects to src
This commit is contained in:
16
src/Ryujinx.Graphics.Nvdec/NvdecStatus.cs
Normal file
16
src/Ryujinx.Graphics.Nvdec/NvdecStatus.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using Ryujinx.Graphics.Nvdec.Types.Vp9;
|
||||
|
||||
namespace Ryujinx.Graphics.Nvdec
|
||||
{
|
||||
struct NvdecStatus
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
public uint MbsCorrectlyDecoded;
|
||||
public uint MbsInError;
|
||||
public uint Reserved;
|
||||
public uint ErrorStatus;
|
||||
public FrameStats Stats;
|
||||
public uint SliceHeaderErrorCode;
|
||||
#pragma warning restore CS0649
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user