aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Renderer/Utils
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio/Renderer/Utils')
-rw-r--r--Ryujinx.Audio/Renderer/Utils/AudioProcessorMemoryManager.cs17
-rw-r--r--Ryujinx.Audio/Renderer/Utils/BitArray.cs17
-rw-r--r--Ryujinx.Audio/Renderer/Utils/FileHardwareDevice.cs17
-rw-r--r--Ryujinx.Audio/Renderer/Utils/Mailbox.cs17
-rw-r--r--Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs2
-rw-r--r--Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs2
-rw-r--r--Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs2
-rw-r--r--Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs2
-rw-r--r--Ryujinx.Audio/Renderer/Utils/SpanIOHelper.cs17
-rw-r--r--Ryujinx.Audio/Renderer/Utils/SpanMemoryManager.cs17
-rw-r--r--Ryujinx.Audio/Renderer/Utils/SplitterHardwareDevice.cs17
11 files changed, 4 insertions, 123 deletions
diff --git a/Ryujinx.Audio/Renderer/Utils/AudioProcessorMemoryManager.cs b/Ryujinx.Audio/Renderer/Utils/AudioProcessorMemoryManager.cs
index 99cbfcdc..b9dba7ee 100644
--- a/Ryujinx.Audio/Renderer/Utils/AudioProcessorMemoryManager.cs
+++ b/Ryujinx.Audio/Renderer/Utils/AudioProcessorMemoryManager.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using System.Runtime.CompilerServices;
using DspAddress = System.UInt64;
diff --git a/Ryujinx.Audio/Renderer/Utils/BitArray.cs b/Ryujinx.Audio/Renderer/Utils/BitArray.cs
index 6109dd01..a9c8210f 100644
--- a/Ryujinx.Audio/Renderer/Utils/BitArray.cs
+++ b/Ryujinx.Audio/Renderer/Utils/BitArray.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using System;
using System.Runtime.CompilerServices;
diff --git a/Ryujinx.Audio/Renderer/Utils/FileHardwareDevice.cs b/Ryujinx.Audio/Renderer/Utils/FileHardwareDevice.cs
index 8d717f6a..fb5c687e 100644
--- a/Ryujinx.Audio/Renderer/Utils/FileHardwareDevice.cs
+++ b/Ryujinx.Audio/Renderer/Utils/FileHardwareDevice.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using Ryujinx.Audio.Integration;
using System;
using System.IO;
diff --git a/Ryujinx.Audio/Renderer/Utils/Mailbox.cs b/Ryujinx.Audio/Renderer/Utils/Mailbox.cs
index a32de870..06048918 100644
--- a/Ryujinx.Audio/Renderer/Utils/Mailbox.cs
+++ b/Ryujinx.Audio/Renderer/Utils/Mailbox.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using System;
using System.Collections.Concurrent;
diff --git a/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs b/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs
index f25b1537..7a6edab1 100644
--- a/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs
+++ b/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Audio.Renderer.Utils.Math
+namespace Ryujinx.Audio.Renderer.Utils.Math
{
record struct Matrix2x2
{
diff --git a/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs b/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs
index 41e2fc84..ff012302 100644
--- a/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs
+++ b/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Audio.Renderer.Utils.Math
+namespace Ryujinx.Audio.Renderer.Utils.Math
{
record struct Matrix6x6
{
diff --git a/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs b/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs
index 3fbffa94..66092e2b 100644
--- a/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs
+++ b/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs
@@ -1,4 +1,4 @@
-using Ryujinx.Audio.Renderer.Utils.Math;
+using Ryujinx.Audio.Renderer.Utils.Math;
using System.Numerics;
using System.Runtime.CompilerServices;
diff --git a/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs b/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs
index b2cd481b..303c5e9d 100644
--- a/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs
+++ b/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs
@@ -1,4 +1,4 @@
-using System.Runtime.CompilerServices;
+using System.Runtime.CompilerServices;
namespace Ryujinx.Audio.Renderer.Utils.Math
{
diff --git a/Ryujinx.Audio/Renderer/Utils/SpanIOHelper.cs b/Ryujinx.Audio/Renderer/Utils/SpanIOHelper.cs
index 70a2fce6..e459929c 100644
--- a/Ryujinx.Audio/Renderer/Utils/SpanIOHelper.cs
+++ b/Ryujinx.Audio/Renderer/Utils/SpanIOHelper.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
diff --git a/Ryujinx.Audio/Renderer/Utils/SpanMemoryManager.cs b/Ryujinx.Audio/Renderer/Utils/SpanMemoryManager.cs
index 102a9f95..b0f38faa 100644
--- a/Ryujinx.Audio/Renderer/Utils/SpanMemoryManager.cs
+++ b/Ryujinx.Audio/Renderer/Utils/SpanMemoryManager.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using System;
using System.Buffers;
using System.Runtime.InteropServices;
diff --git a/Ryujinx.Audio/Renderer/Utils/SplitterHardwareDevice.cs b/Ryujinx.Audio/Renderer/Utils/SplitterHardwareDevice.cs
index e6be07c0..08f34fd4 100644
--- a/Ryujinx.Audio/Renderer/Utils/SplitterHardwareDevice.cs
+++ b/Ryujinx.Audio/Renderer/Utils/SplitterHardwareDevice.cs
@@ -1,20 +1,3 @@
-//
-// Copyright (c) 2019-2021 Ryujinx
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this program. If not, see <https://www.gnu.org/licenses/>.
-//
-
using Ryujinx.Audio.Integration;
using System;