mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 16:50:15 -06:00
integrate LAN into the UI better
also fix the MPInterface destructor
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
|
||||
#include "Screen.h"
|
||||
#include "Config.h"
|
||||
#include "MPInterface.h"
|
||||
|
||||
|
||||
class EmuInstance;
|
||||
@ -125,6 +126,9 @@ public:
|
||||
|
||||
void osdAddMessage(unsigned int color, const char* msg);
|
||||
|
||||
// called when the MP interface is changed
|
||||
void updateMPInterface(melonDS::MPInterfaceType type);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
void keyReleaseEvent(QKeyEvent* event) override;
|
||||
|
Reference in New Issue
Block a user