mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-16 09:20:29 -06:00
HW: Move AudioInterface variables to Core::System.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
class SoundStream;
|
||||
|
||||
namespace AudioInterface
|
||||
{
|
||||
class AudioInterfaceState;
|
||||
};
|
||||
namespace DVDInterface
|
||||
{
|
||||
class DVDInterfaceState;
|
||||
@@ -49,6 +53,7 @@ public:
|
||||
bool IsAudioDumpStarted() const;
|
||||
void SetAudioDumpStarted(bool started);
|
||||
|
||||
AudioInterface::AudioInterfaceState& GetAudioInterfaceState() const;
|
||||
DVDInterface::DVDInterfaceState& GetDVDInterfaceState() const;
|
||||
DVDThread::DVDThreadState& GetDVDThreadState() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user