aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Parameter
diff options
context:
space:
mode:
authorMary <me@thog.eu>2021-01-01 00:10:44 +0100
committerMary <me@thog.eu>2021-01-01 00:12:32 +0100
commit73118dcb989425ed0ea255d3419028ec21fa23e8 (patch)
treef86d709bc5035c6a76a70bf4364896805a79ec57 /Ryujinx.Audio.Renderer/Parameter
parentb1d3cfd2dac2030bf7ec0938900a8c004f3661a9 (diff)
amadeus: Update copyright year
Happy new Year
Diffstat (limited to 'Ryujinx.Audio.Renderer/Parameter')
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/AudioRendererConfiguration.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/BehaviourErrorInfoOutStatus.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/BiquadFilterParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Effect/AuxiliaryBufferParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Effect/BiquadFilterEffectParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Effect/BufferMixerParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Effect/DelayParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Effect/Reverb3dParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Effect/ReverbParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/EffectInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/EffectOutStatus.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/MemoryPoolInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/MemoryPoolOutStatus.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/MixInParameterDirtyOnlyUpdate.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/MixParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceOutStatus.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/RendererInfoOutStatus.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Sink/CircularBufferParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/Sink/DeviceParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/SinkInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/SinkOutStatus.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/SplitterDestinationInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/SplitterInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/SplitterInParameterHeader.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/VoiceChannelResourceInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/VoiceInParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Parameter/VoiceOutStatus.cs2
28 files changed, 28 insertions, 28 deletions
diff --git a/Ryujinx.Audio.Renderer/Parameter/AudioRendererConfiguration.cs b/Ryujinx.Audio.Renderer/Parameter/AudioRendererConfiguration.cs
index 9ce3fb83..047aa279 100644
--- a/Ryujinx.Audio.Renderer/Parameter/AudioRendererConfiguration.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/AudioRendererConfiguration.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/BehaviourErrorInfoOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/BehaviourErrorInfoOutStatus.cs
index 7e1af5e9..e5312f04 100644
--- a/Ryujinx.Audio.Renderer/Parameter/BehaviourErrorInfoOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/BehaviourErrorInfoOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/BiquadFilterParameter.cs b/Ryujinx.Audio.Renderer/Parameter/BiquadFilterParameter.cs
index fdbea61e..de6b9577 100644
--- a/Ryujinx.Audio.Renderer/Parameter/BiquadFilterParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/BiquadFilterParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Effect/AuxiliaryBufferParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Effect/AuxiliaryBufferParameter.cs
index e18c05db..5a747922 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Effect/AuxiliaryBufferParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Effect/AuxiliaryBufferParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Effect/BiquadFilterEffectParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Effect/BiquadFilterEffectParameter.cs
index 26fff310..7d58d4be 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Effect/BiquadFilterEffectParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Effect/BiquadFilterEffectParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Effect/BufferMixerParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Effect/BufferMixerParameter.cs
index 94f77033..b0c0c337 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Effect/BufferMixerParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Effect/BufferMixerParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Effect/DelayParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Effect/DelayParameter.cs
index 2f2c907f..e0dbeb7c 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Effect/DelayParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Effect/DelayParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Effect/Reverb3dParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Effect/Reverb3dParameter.cs
index 9f31cd15..0dbecfb8 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Effect/Reverb3dParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Effect/Reverb3dParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Effect/ReverbParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Effect/ReverbParameter.cs
index ebe0ffdd..daa81c51 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Effect/ReverbParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Effect/ReverbParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/EffectInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/EffectInParameter.cs
index 197cb0f0..af8edeff 100644
--- a/Ryujinx.Audio.Renderer/Parameter/EffectInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/EffectInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/EffectOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/EffectOutStatus.cs
index 6e81524f..7ed2c7ba 100644
--- a/Ryujinx.Audio.Renderer/Parameter/EffectOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/EffectOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/MemoryPoolInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/MemoryPoolInParameter.cs
index b86a8992..15498cca 100644
--- a/Ryujinx.Audio.Renderer/Parameter/MemoryPoolInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/MemoryPoolInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/MemoryPoolOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/MemoryPoolOutStatus.cs
index a29bc4a7..c125cb8b 100644
--- a/Ryujinx.Audio.Renderer/Parameter/MemoryPoolOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/MemoryPoolOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/MixInParameterDirtyOnlyUpdate.cs b/Ryujinx.Audio.Renderer/Parameter/MixInParameterDirtyOnlyUpdate.cs
index 774c7b7a..cdbd5871 100644
--- a/Ryujinx.Audio.Renderer/Parameter/MixInParameterDirtyOnlyUpdate.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/MixInParameterDirtyOnlyUpdate.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/MixParameter.cs b/Ryujinx.Audio.Renderer/Parameter/MixParameter.cs
index e666f669..7f45bca6 100644
--- a/Ryujinx.Audio.Renderer/Parameter/MixParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/MixParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceInParameter.cs
index 798329d2..929f006b 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceOutStatus.cs
index e4cd28f3..9263362c 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Performance/PerformanceOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/RendererInfoOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/RendererInfoOutStatus.cs
index 7648ffd4..315f0968 100644
--- a/Ryujinx.Audio.Renderer/Parameter/RendererInfoOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/RendererInfoOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Sink/CircularBufferParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Sink/CircularBufferParameter.cs
index a314213b..d688529a 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Sink/CircularBufferParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Sink/CircularBufferParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/Sink/DeviceParameter.cs b/Ryujinx.Audio.Renderer/Parameter/Sink/DeviceParameter.cs
index d4629ef2..591b4945 100644
--- a/Ryujinx.Audio.Renderer/Parameter/Sink/DeviceParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/Sink/DeviceParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/SinkInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/SinkInParameter.cs
index dab40f0e..0859ef31 100644
--- a/Ryujinx.Audio.Renderer/Parameter/SinkInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/SinkInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/SinkOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/SinkOutStatus.cs
index a57a7113..e0cb4942 100644
--- a/Ryujinx.Audio.Renderer/Parameter/SinkOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/SinkOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/SplitterDestinationInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/SplitterDestinationInParameter.cs
index 61e55cb4..a1c18d57 100644
--- a/Ryujinx.Audio.Renderer/Parameter/SplitterDestinationInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/SplitterDestinationInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/SplitterInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/SplitterInParameter.cs
index 8f095f48..a829abf9 100644
--- a/Ryujinx.Audio.Renderer/Parameter/SplitterInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/SplitterInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/SplitterInParameterHeader.cs b/Ryujinx.Audio.Renderer/Parameter/SplitterInParameterHeader.cs
index d3298d09..746d59b7 100644
--- a/Ryujinx.Audio.Renderer/Parameter/SplitterInParameterHeader.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/SplitterInParameterHeader.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/VoiceChannelResourceInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/VoiceChannelResourceInParameter.cs
index 93977f1c..73ad2bfd 100644
--- a/Ryujinx.Audio.Renderer/Parameter/VoiceChannelResourceInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/VoiceChannelResourceInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/VoiceInParameter.cs b/Ryujinx.Audio.Renderer/Parameter/VoiceInParameter.cs
index 220edcb0..9a18a95a 100644
--- a/Ryujinx.Audio.Renderer/Parameter/VoiceInParameter.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/VoiceInParameter.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Parameter/VoiceOutStatus.cs b/Ryujinx.Audio.Renderer/Parameter/VoiceOutStatus.cs
index 1b21175e..62d17a5a 100644
--- a/Ryujinx.Audio.Renderer/Parameter/VoiceOutStatus.cs
+++ b/Ryujinx.Audio.Renderer/Parameter/VoiceOutStatus.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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