mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
reimplement MP audio mode 2 (active instance only)
This commit is contained in:
@ -131,6 +131,10 @@ public:
|
||||
|
||||
void onAppStateChanged(Qt::ApplicationState state);
|
||||
|
||||
void onFocusIn();
|
||||
void onFocusOut();
|
||||
bool isFocused() { return focused; }
|
||||
|
||||
void osdAddMessage(unsigned int color, const char* msg);
|
||||
|
||||
// called when the MP interface is changed
|
||||
@ -264,6 +268,8 @@ private:
|
||||
int windowID;
|
||||
bool enabledSaved;
|
||||
|
||||
bool focused;
|
||||
|
||||
EmuInstance* emuInstance;
|
||||
EmuThread* emuThread;
|
||||
|
||||
|
Reference in New Issue
Block a user