From c45e075dc86c39dfe2880e6ea44eed2869e3696b Mon Sep 17 00:00:00 2001 From: Nayla Hanegan Date: Fri, 26 May 2023 15:59:25 -0400 Subject: [PATCH] Merge #15 --- Data/Sys/GameSettings/GMPE01.ini | 2 +- Source/Core/DolphinQt/MenuBar.cpp | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/GMPE01.ini b/Data/Sys/GameSettings/GMPE01.ini index 642b4512a4..bedfbbf1ca 100644 --- a/Data/Sys/GameSettings/GMPE01.ini +++ b/Data/Sys/GameSettings/GMPE01.ini @@ -693,4 +693,4 @@ e2000001 80008000 $Minigame Replacement - Three Throw ➜ Mr. Blizzard's Brigade [Nayla] 2818fd2c 00000009 0218fd2c 0000000B -e2000001 80008000 +e2000001 80008000 \ No newline at end of file diff --git a/Source/Core/DolphinQt/MenuBar.cpp b/Source/Core/DolphinQt/MenuBar.cpp index ed67c6deeb..7dea4be568 100644 --- a/Source/Core/DolphinQt/MenuBar.cpp +++ b/Source/Core/DolphinQt/MenuBar.cpp @@ -232,6 +232,11 @@ void MenuBar::AddToolsMenu() tools_menu->addSeparator(); + tools_menu->addAction(tr("Start &NetPlay..."), this, &MenuBar::StartNetPlay); + tools_menu->addAction(tr("Browse &NetPlay Sessions...."), this, &MenuBar::BrowseNetPlay); + + tools_menu->addSeparator(); + QMenu* gc_ipl = tools_menu->addMenu(tr("Load GameCube Main Menu")); m_ntscj_ipl = gc_ipl->addAction(tr("NTSC-J"), this,