From 8d66beba6bc49f8d1f6cb443745bfd1ffe4008a3 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Thu, 6 Apr 2017 19:44:34 +0200 Subject: start SPU work --- src/wx/main.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/wx/main.h') diff --git a/src/wx/main.h b/src/wx/main.h index 851a061..0219ff7 100644 --- a/src/wx/main.h +++ b/src/wx/main.h @@ -46,7 +46,7 @@ class wxApp_melonDS : public wxApp public: virtual bool OnInit(); virtual int OnExit(); - + EmuThread* emuthread; }; @@ -91,7 +91,7 @@ public: bool EmuIsRunning() { return (emustatus == 1) || (emustatus == 2); } bool EmuIsPaused() { return (emustatus == 2) && emupaused; } - + MainFrame* parent; protected: @@ -105,6 +105,8 @@ protected: SDL_Rect topsrc, topdst; SDL_Rect botsrc, botdst; + SDL_AudioDeviceID audio; + bool Touching; int txoffset, tyoffset; -- cgit v1.2.3