mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Merge pull request #7580 from Techjar/netplay-padmapping-type
NetPlay: Remove PadMapping type
This commit is contained in:
commit
c7373701cc
6 changed files with 37 additions and 37 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue