mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-09 06:45:46 +00:00
Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)
See merge request ryubing/ryujinx!47
This commit is contained in:
@@ -4,16 +4,16 @@ namespace Ryujinx.Graphics.Vic
|
||||
{
|
||||
struct PlaneOffsets
|
||||
{
|
||||
#pragma warning disable CS0649 // Field is never assigned to
|
||||
|
||||
public uint LumaOffset;
|
||||
public uint ChromaUOffset;
|
||||
public uint ChromaVOffset;
|
||||
#pragma warning restore CS0649
|
||||
|
||||
}
|
||||
|
||||
struct VicRegisters
|
||||
{
|
||||
#pragma warning disable CS0649 // Field is never assigned to
|
||||
|
||||
public Array64<uint> Reserved0;
|
||||
public uint Nop;
|
||||
public Array15<uint> Reserved104;
|
||||
@@ -46,6 +46,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