ryujinx-mirror2/src
TSRBerry f6ada8d169
[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
2023-06-25 23:58:44 +02:00
..
ARMeilleure Empty "case" clauses that fall through to the "default" should be omitted (#5353) 2023-06-24 12:06:58 +00:00
Ryujinx "Find" method should be used instead of the "FirstOrDefault" extension (#5344) 2023-06-23 01:42:23 +02:00
Ryujinx.Audio Mutable fields should not be "public static" (#5352) 2023-06-24 12:01:59 +00:00
Ryujinx.Audio.Backends.OpenAL [Ryujinx.Audio.Backends.OpenAL] Address dotnet-format issues (#5359) 2023-06-25 01:29:40 +02:00
Ryujinx.Audio.Backends.SDL2 [Ryujinx.Audio.Backends.SDL2] Address dotnet-format issues (#5364) 2023-06-25 22:50:59 +02:00
Ryujinx.Audio.Backends.SoundIo [Ryujinx.Audio.Backends.SoundIo] Address dotnet-format issues (#5360) 2023-06-25 02:15:56 +02:00
Ryujinx.Ava Set COMPlus_DefaultStackSize to 2M in macOS (#5349) 2023-06-25 14:49:53 +02:00
Ryujinx.Common
Ryujinx.Cpu MemoryManagement: Change return types for Commit/Decommit to void (#5325) 2023-06-24 02:46:04 +02:00
Ryujinx.Graphics.Device [Ryujinx.Graphics.Device] Address dotnet-format issues (#5363) 2023-06-25 23:58:44 +02:00
Ryujinx.Graphics.GAL
Ryujinx.Graphics.Gpu
Ryujinx.Graphics.Host1x
Ryujinx.Graphics.Nvdec [Ryujinx.Graphics.Nvdec] Address dotnet-format issues (#5369) 2023-06-25 21:44:42 +02:00
Ryujinx.Graphics.Nvdec.FFmpeg [Ryujinx.Graphics.Nvdec.FFmpeg] Address dotnet-format issues (#5370) 2023-06-25 19:03:48 +02:00
Ryujinx.Graphics.Nvdec.Vp9
Ryujinx.Graphics.OpenGL
Ryujinx.Graphics.Shader "Where" should be used before "OrderBy" (#5346) 2023-06-23 00:51:44 +00:00
Ryujinx.Graphics.Texture
Ryujinx.Graphics.Vic [Ryujinx.Graphics.Vic] Address dotnet-format issues (#5374) 2023-06-25 18:37:09 +02:00
Ryujinx.Graphics.Video
Ryujinx.Graphics.Vulkan
Ryujinx.Headless.SDL2
Ryujinx.HLE "StartsWith" and "EndsWith" overloads that take a "char" should be used instead of the ones that take a "string" (#5347) 2023-06-23 02:15:14 +02:00
Ryujinx.Horizon
Ryujinx.Horizon.Common [Ryujinx.Horizon.Common] Address dotnet-format issues (#5382) 2023-06-25 13:40:37 +02:00
Ryujinx.Horizon.Generators
Ryujinx.Horizon.Kernel.Generators
Ryujinx.Input
Ryujinx.Input.SDL2
Ryujinx.Memory MemoryManagement: Change return types for Commit/Decommit to void (#5325) 2023-06-24 02:46:04 +02:00
Ryujinx.SDL2.Common
Ryujinx.ShaderTools [Ryujinx.ShaderTools] Address dotnet-format issues (#5388) 2023-06-25 21:37:33 +02:00
Ryujinx.Tests
Ryujinx.Tests.Memory [Ryujinx.Tests.Memory] Address dotnet-format issues (#5390) 2023-06-25 18:37:53 +02:00
Ryujinx.Tests.Unicorn [Ryujinx.Tests.Unicorn] Address dotnet-format issues (#5391) 2023-06-25 18:03:08 +02:00
Ryujinx.Ui.Common
Ryujinx.Ui.LocaleGenerator
Spv.Generator