aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Host1x/ThiRegisters.cs
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2023-06-27 16:35:48 +0200
committerGitHub <noreply@github.com>2023-06-27 16:35:48 +0200
commit0191e2396a3a6e499f49aa3b7c9937ccd489856c (patch)
tree9c04cd9b070a067ce4418246f48e6aa74e01bb5d /src/Ryujinx.Graphics.Host1x/ThiRegisters.cs
parente96299eef5a9e951d9161b5a13bde9feecc2178c (diff)
[Ryujinx.Graphics.Host1x] Address dotnet-format issues (#5368)
* dotnet format style --severity info Some changes were manually reverted. * Address most dotnet format whitespace warnings * Add comments to disabled warnings * dotnet format whitespace after rebase
Diffstat (limited to 'src/Ryujinx.Graphics.Host1x/ThiRegisters.cs')
-rw-r--r--src/Ryujinx.Graphics.Host1x/ThiRegisters.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Graphics.Host1x/ThiRegisters.cs b/src/Ryujinx.Graphics.Host1x/ThiRegisters.cs
index 71c48511..74e64695 100644
--- a/src/Ryujinx.Graphics.Host1x/ThiRegisters.cs
+++ b/src/Ryujinx.Graphics.Host1x/ThiRegisters.cs
@@ -4,7 +4,7 @@ namespace Ryujinx.Graphics.Host1x
{
struct ThiRegisters
{
-#pragma warning disable CS0649
+#pragma warning disable CS0649 // Field is never assigned to
public uint IncrSyncpt;
public uint Reserved4;
public uint IncrSyncptErr;