mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue