HW: Move AudioInterface variables to Core::System.

This commit is contained in:
Admiral H. Curtiss
2022-09-09 04:13:43 +02:00
parent 426b5b1927
commit 001fe8f94d
4 changed files with 156 additions and 88 deletions

View File

@@ -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;