add the LAN/netplay menu items

(they do nothing for now)
This commit is contained in:
Arisotura
2024-08-06 20:52:07 +02:00
parent 2c67e0f928
commit b50d2f377c
2 changed files with 57 additions and 0 deletions

View File

@ -167,6 +167,11 @@ private slots:
void onRAMInfo();
void onOpenTitleManager();
void onMPNewInstance();
void onLANStartHost();
void onLANStartClient();
void onNPStartHost();
void onNPStartClient();
void onNPTest();
void onOpenEmuSettings();
void onEmuSettingsDialogFinished(int res);
@ -278,6 +283,11 @@ public:
QAction* actRAMInfo;
QAction* actTitleManager;
QAction* actMPNewInstance;
QAction* actLANStartHost;
QAction* actLANStartClient;
QAction* actNPStartHost;
QAction* actNPStartClient;
QAction* actNPTest;
QAction* actEmuSettings;
#ifdef __APPLE__