lay base for keeping config in sync across multiple instances

This commit is contained in:
Arisotura
2024-10-27 10:02:57 +01:00
parent 2bf0eb7ead
commit 24ca1a5fdb
6 changed files with 73 additions and 16 deletions

View File

@ -134,6 +134,8 @@ public:
// called when the MP interface is changed
void updateMPInterface(melonDS::MPInterfaceType type);
void loadRecentFilesMenu(bool loadcfg);
protected:
void keyPressEvent(QKeyEvent* event) override;
void keyReleaseEvent(QKeyEvent* event) override;