forked from Mirror/Ryujinx
[Ryujinx.Graphics.Device] Address dotnet-format issues (#5363)
* dotnet format analyzers --serverity info Some changes have been minimally adapted. * Address most dotnet format whitespace warnings * dotnet format whitespace after rebase
This commit is contained in:
parent
42d31f646d
commit
f6ada8d169
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Ryujinx.Graphics.Device
|
|||
|
||||
public TState State;
|
||||
|
||||
private uint Size => (uint)(Unsafe.SizeOf<TState>() + RegisterSize - 1) / RegisterSize;
|
||||
private static uint Size => (uint)(Unsafe.SizeOf<TState>() + RegisterSize - 1) / RegisterSize;
|
||||
|
||||
private readonly Func<int>[] _readCallbacks;
|
||||
private readonly Action<int>[] _writeCallbacks;
|
||||
|
|
Loading…
Reference in a new issue