mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
NetPlayClient: Extract control mapping checking to its own function
This commit is contained in:
parent
8588c8fd31
commit
e6ad76fa70
2 changed files with 15 additions and 17 deletions
|
@ -129,6 +129,8 @@ private:
|
|||
Failure
|
||||
};
|
||||
|
||||
bool LocalPlayerHasControllerMapped() const;
|
||||
|
||||
void SendStartGamePacket();
|
||||
void SendStopGamePacket();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue