mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-10 10:26:27 -05:00
[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
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user