audio backend projects code cleanup

This commit is contained in:
GreemDev
2026-01-27 17:34:51 -06:00
parent bd388cf4f9
commit 82074eb191
9 changed files with 42 additions and 60 deletions

View File

@@ -1,6 +1,5 @@
using Ryujinx.Common.Memory;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// ReSharper disable InconsistentNaming
namespace Ryujinx.Audio.Backends.Apple.Native
{
@@ -100,4 +99,4 @@ namespace Ryujinx.Audio.Backends.Apple.Native
internal const uint kAudioQueueParam_Volume = 1;
}
}
}