mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Qt/NetPlay: Integrate NetPlayIndex
This commit is contained in:
parent
0279d12055
commit
094bf0d2ff
15 changed files with 431 additions and 57 deletions
|
@ -241,6 +241,7 @@ void MenuBar::AddToolsMenu()
|
|||
gc_ipl->addAction(tr("PAL"), this, [this] { emit BootGameCubeIPL(DiscIO::Region::PAL); });
|
||||
|
||||
tools_menu->addAction(tr("Start &NetPlay..."), this, &MenuBar::StartNetPlay);
|
||||
tools_menu->addAction(tr("Browse &NetPlay Sessions...."), this, &MenuBar::BrowseNetPlay);
|
||||
tools_menu->addAction(tr("FIFO Player"), this, &MenuBar::ShowFIFOPlayer);
|
||||
|
||||
tools_menu->addSeparator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue