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

@ -210,7 +210,7 @@ private:
std::optional<std::vector<u8>> DecompressPacketIntoBuffer(sf::Packet& packet);
bool PollLocalPad(int local_pad, sf::Packet& packet);
void SendPadHostPoll(PadMapping pad_num);
void SendPadHostPoll(PadIndex pad_num);
void UpdateDevices();
void AddPadStateToPacket(int in_game_pad, const GCPadStatus& np, sf::Packet& packet);