Home
last modified time | relevance | path

Searched defs:NetPlayHost (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameList.cpp400 connect(netplay_host, &QAction::triggered, [this, game] { emit NetPlayHost(*game); }); in ShowContextMenu() local
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DMainWindow.cpp1377 bool MainWindow::NetPlayHost(const UICommon::GameFile& game) in NetPlayHost() function in MainWindow