diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2023-03-04 10:43:08 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-04 14:43:08 +0100 |
| commit | 4f3af839be4134ed63dbd705758714bd0fbba9ef (patch) | |
| tree | 4c9c0095a4c8efdef540d898ac9e3f143f7b734c /Ryujinx.Graphics.Nvdec.Vp9 | |
| parent | 155736c9863ed90c3ffa177266f67a0bdaa63fd1 (diff) | |
Minor code formatting (#4498)
Diffstat (limited to 'Ryujinx.Graphics.Nvdec.Vp9')
| -rw-r--r-- | Ryujinx.Graphics.Nvdec.Vp9/Dsp/InvTxfm.cs | 4 | ||||
| -rw-r--r-- | Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Ryujinx.Graphics.Nvdec.Vp9/Dsp/InvTxfm.cs b/Ryujinx.Graphics.Nvdec.Vp9/Dsp/InvTxfm.cs index 873f667a..3fc3c72a 100644 --- a/Ryujinx.Graphics.Nvdec.Vp9/Dsp/InvTxfm.cs +++ b/Ryujinx.Graphics.Nvdec.Vp9/Dsp/InvTxfm.cs @@ -1,7 +1,7 @@ -using System; +using Ryujinx.Graphics.Nvdec.Vp9.Common; +using System; using System.Diagnostics; using System.Runtime.CompilerServices; -using Ryujinx.Graphics.Nvdec.Vp9.Common; using static Ryujinx.Graphics.Nvdec.Vp9.Dsp.TxfmCommon; namespace Ryujinx.Graphics.Nvdec.Vp9.Dsp diff --git a/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs b/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs index 5d177b40..05095121 100644 --- a/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs +++ b/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs @@ -1,6 +1,6 @@ -using System; +using Ryujinx.Common.Memory; +using System; using System.Buffers.Binary; -using Ryujinx.Common.Memory; namespace Ryujinx.Graphics.Nvdec.Vp9.Dsp { |
