Merge pull request #8861 from JosJuice/netplay-hash

Make netplay's "same game" check more robust
This commit is contained in:
JMC47 2020-09-06 17:14:08 -04:00 committed by GitHub
commit e7e5175606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 523 additions and 157 deletions

View file

@ -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);