Further work on SPU implementation

This commit is contained in:
Connor McLaughlin
2019-10-11 02:20:21 +10:00
parent bc51cc6d7d
commit f852b8dd90
9 changed files with 710 additions and 20 deletions

View File

@@ -13,6 +13,7 @@
class System;
class DigitalController;
class MemoryCard;
class AudioStream;
class SDLInterface : public HostInterface
{
@@ -47,6 +48,7 @@ private:
bool CreateGLContext();
bool CreateImGuiContext();
bool CreateGLResources();
bool CreateAudioStream();
// We only pass mouse input through if it's grabbed
bool IsWindowFullscreen() const;