mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
[NetPlay] Fix copy and paste error.
This commit is contained in:
@ -515,7 +515,7 @@ bool NetPlayClient::GetNetPads(const u8 pad_nb, const SPADStatus* const pad_stat
|
|||||||
// We should add this split between "in-game" pads and "local"
|
// We should add this split between "in-game" pads and "local"
|
||||||
// pads higher up.
|
// pads higher up.
|
||||||
|
|
||||||
int in_game_num = InGamePadToLocalPad(pad_nb);
|
int in_game_num = LocalPadToInGamePad(pad_nb);
|
||||||
|
|
||||||
// If this in-game pad is one of ours, then update from the
|
// If this in-game pad is one of ours, then update from the
|
||||||
// information given.
|
// information given.
|
||||||
|
Reference in New Issue
Block a user