Fix namespace of `SimpleSyncSoundProvider`

wow this is old dbdac5e3f
This commit is contained in:
YoshiRulz 2025-03-16 19:37:32 +10:00
parent 9d239fbdcf
commit 7f0b55c550
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
3 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@ using BizHawk.Common.StringExtensions;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Common.Base_Implementations;
using BizHawk.Emulation.Cores;
using BizHawk.Emulation.Cores.Computers.AppleII;
using BizHawk.Emulation.Cores.Computers.Commodore64;

View File

@ -1,4 +1,4 @@
namespace BizHawk.Emulation.Common.Base_Implementations
namespace BizHawk.Emulation.Common
{
/// <summary>
/// A simple sound provider that will operate in sync mode only, offering back whatever data was sent in PutSamples

View File

@ -4,7 +4,6 @@ using System.Runtime.InteropServices;
using BizHawk.Common;
using BizHawk.Common.PathExtensions;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Common.Base_Implementations;
using BizHawk.Emulation.Cores.Components.W65816;
using BizHawk.Emulation.Cores.Nintendo.SNES;
using BizHawk.Emulation.Cores.Waterbox;