mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Merge pull request #8861 from JosJuice/netplay-hash
Make netplay's "same game" check more robust
This commit is contained in:
commit
e7e5175606
35 changed files with 523 additions and 157 deletions
|
@ -158,7 +158,7 @@ private:
|
|||
|
||||
void NetPlayInit();
|
||||
bool NetPlayJoin();
|
||||
bool NetPlayHost(const QString& game_id);
|
||||
bool NetPlayHost(const UICommon::GameFile& game);
|
||||
void NetPlayQuit();
|
||||
|
||||
void OnBootGameCubeIPL(DiscIO::Region region);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue