mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
NetPlay: Allow hosts to stop the game by closing the game window
This commit is contained in:
parent
92f8d79574
commit
5241deaebe
3 changed files with 15 additions and 1 deletions
|
@ -133,5 +133,10 @@ private:
|
|||
int* const m_mapping;
|
||||
};
|
||||
|
||||
namespace NetPlay
|
||||
{
|
||||
void StopGame();
|
||||
}
|
||||
|
||||
#endif // _NETWINDOW_H_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue