HW/AudioInterface: Refactor to class.

This commit is contained in:
Admiral H. Curtiss
2023-03-08 23:26:31 +01:00
parent 2856723bc1
commit d638d2dcb7
8 changed files with 228 additions and 238 deletions

View File

@ -13,7 +13,7 @@ class VertexShaderManager;
namespace AudioInterface
{
class AudioInterfaceState;
class AudioInterfaceManager;
};
namespace CPU
{
@ -122,7 +122,7 @@ public:
bool IsAudioDumpStarted() const;
void SetAudioDumpStarted(bool started);
AudioInterface::AudioInterfaceState& GetAudioInterfaceState() const;
AudioInterface::AudioInterfaceManager& GetAudioInterface() const;
CPU::CPUManager& GetCPU() const;
CoreTiming::CoreTimingManager& GetCoreTiming() const;
CommandProcessor::CommandProcessorManager& GetCommandProcessor() const;