mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-25 00:52:23 -05:00
[Ryujinx.Graphics.Vic] Address dotnet-format issues (#5374)
* dotnet format style --severity info Some changes were manually reverted. * Restore a few unused methods and variables * Address review comments * Address most dotnet format whitespace warnings * Add comments to disabled warnings * Address IDE0251 warnings * dotnet format whitespace after rebase * Remove SuppressMessage attribute for removed rule
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Ryujinx.Graphics.Vic
|
||||
{
|
||||
struct PlaneOffsets
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
#pragma warning disable CS0649 // Field is never assigned to
|
||||
public uint LumaOffset;
|
||||
public uint ChromaUOffset;
|
||||
public uint ChromaVOffset;
|
||||
@@ -13,7 +13,7 @@ namespace Ryujinx.Graphics.Vic
|
||||
|
||||
struct VicRegisters
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
#pragma warning disable CS0649 // Field is never assigned to
|
||||
public Array64<uint> Reserved0;
|
||||
public uint Nop;
|
||||
public Array15<uint> Reserved104;
|
||||
|
||||
Reference in New Issue
Block a user