mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
HW/CPU: Refactor to class, move to System.
This commit is contained in:
@ -15,6 +15,10 @@ namespace AudioInterface
|
||||
{
|
||||
class AudioInterfaceState;
|
||||
};
|
||||
namespace CPU
|
||||
{
|
||||
class CPUManager;
|
||||
}
|
||||
namespace CommandProcessor
|
||||
{
|
||||
class CommandProcessorManager;
|
||||
@ -119,6 +123,7 @@ public:
|
||||
void SetAudioDumpStarted(bool started);
|
||||
|
||||
AudioInterface::AudioInterfaceState& GetAudioInterfaceState() const;
|
||||
CPU::CPUManager& GetCPU() const;
|
||||
CoreTiming::CoreTimingManager& GetCoreTiming() const;
|
||||
CommandProcessor::CommandProcessorManager& GetCommandProcessor() const;
|
||||
DSP::DSPState& GetDSPState() const;
|
||||
|
Reference in New Issue
Block a user