mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
CoreTiming: Move the 'Globals' instance into Core::System.
This commit is contained in:
@ -12,6 +12,10 @@ namespace AudioInterface
|
||||
{
|
||||
class AudioInterfaceState;
|
||||
};
|
||||
namespace CoreTiming
|
||||
{
|
||||
struct Globals;
|
||||
}
|
||||
namespace DSP
|
||||
{
|
||||
class DSPState;
|
||||
@ -76,6 +80,7 @@ public:
|
||||
void SetAudioDumpStarted(bool started);
|
||||
|
||||
AudioInterface::AudioInterfaceState& GetAudioInterfaceState() const;
|
||||
CoreTiming::Globals& GetCoreTimingGlobals() const;
|
||||
DSP::DSPState& GetDSPState() const;
|
||||
DVDInterface::DVDInterfaceState& GetDVDInterfaceState() const;
|
||||
DVDThread::DVDThreadState& GetDVDThreadState() const;
|
||||
|
Reference in New Issue
Block a user