mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 08:10:27 -06:00
basic host/client connect infrastructure, player list
This commit is contained in:
@ -2855,12 +2855,14 @@ void MainWindow::onMPNewInstance()
|
||||
|
||||
void MainWindow::onMPStartHost()
|
||||
{
|
||||
Netplay::StartHost();
|
||||
//Netplay::StartHost();
|
||||
NetplayStartHostDialog::openDlg(this);
|
||||
}
|
||||
|
||||
void MainWindow::onMPStartClient()
|
||||
{
|
||||
Netplay::StartClient();
|
||||
//Netplay::StartClient();
|
||||
NetplayStartClientDialog::openDlg(this);
|
||||
}
|
||||
|
||||
void MainWindow::onMPTest()
|
||||
|
Reference in New Issue
Block a user