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,