mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
HW/AudioInterface: Refactor to class.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user