mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-11 13:14:50 +00:00
Silence several build warnings (#1428)
* Silence several build warnings * Remove fixed buffers from NVDEC struct * Remove unused field and usings * Fix wrong name * Silence more warning on H264 PictureInfo
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Vic
|
||||
|
||||
struct VicRegisters
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
public Array64<uint> Reserved0;
|
||||
public uint Nop;
|
||||
public Array15<uint> Reserved104;
|
||||
@@ -43,5 +44,6 @@ namespace Ryujinx.Graphics.Vic
|
||||
public Array8<uint> SetSlotContextId;
|
||||
public Array8<uint> SetCompTagBufferOffset;
|
||||
public Array8<uint> SetHistoryBufferOffset;
|
||||
#pragma warning restore CS0649
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user