Merge pull request #7580 from Techjar/netplay-padmapping-type

NetPlay: Remove PadMapping type
This commit is contained in:
Léo Lam 2019-01-16 21:57:38 +01:00 committed by GitHub
commit c7373701cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 37 deletions

View file

@ -118,7 +118,7 @@ private:
void CheckSyncAndStartGame();
bool CompressFileIntoPacket(const std::string& file_path, sf::Packet& packet);
bool CompressBufferIntoPacket(const std::vector<u8>& in_buffer, sf::Packet& packet);
void SendFirstReceivedToHost(PadMapping map, bool state);
void SendFirstReceivedToHost(PadIndex map, bool state);
u64 GetInitialNetPlayRTC() const;