aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio/Renderer/Dsp/DataSourceHelper.cs
AgeCommit message (Collapse)Author
2023-05-11amadeus: Fix wrong channel mapping check and an old typo (#4888)Mary
* amadeus: Fix wrong channel mapping check This was always going to happens, as a result quadratic would break and move index after the channel count point, effectively breaking input/output indices. * amadeus: Fix reverb 3d early delay wrong output index
2023-04-27Move solution and projects to srcTSR Berry