aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Host1x/Host1xDevice.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/Host1xDevice.cs
parente96299eef5a9e951d9161b5a13bde9feecc2178c (diff)
[Ryujinx.Graphics.Host1x] Address dotnet-format issues (#5368)1.1.925
* 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/Host1xDevice.cs')
-rw-r--r--src/Ryujinx.Graphics.Host1x/Host1xDevice.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Graphics.Host1x/Host1xDevice.cs b/src/Ryujinx.Graphics.Host1x/Host1xDevice.cs
index 90dd4fa0..73dabaf4 100644
--- a/src/Ryujinx.Graphics.Host1x/Host1xDevice.cs
+++ b/src/Ryujinx.Graphics.Host1x/Host1xDevice.cs
@@ -24,7 +24,7 @@ namespace Ryujinx.Graphics.Host1x
private readonly SyncptIncrManager _syncptIncrMgr;
private readonly AsyncWorkQueue<Command> _commandQueue;
- private readonly Devices _devices = new Devices();
+ private readonly Devices _devices = new();
public Host1xClass Class { get; }