mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Remove unused GCPadStatus.err
This commit is contained in:
parent
80bcc0d58d
commit
bb1c794657
3 changed files with 0 additions and 17 deletions
|
@ -1110,12 +1110,6 @@ void PlayController(GCPadStatus* PadStatus, int controllerID)
|
|||
return;
|
||||
}
|
||||
|
||||
// dtm files don't save the mic button or error bit. not sure if they're actually used, but better
|
||||
// safe than sorry
|
||||
signed char e = PadStatus->err;
|
||||
memset(PadStatus, 0, sizeof(GCPadStatus));
|
||||
PadStatus->err = e;
|
||||
|
||||
memcpy(&s_padState, &s_temp_input[s_currentByte], sizeof(ControllerState));
|
||||
s_currentByte += sizeof(ControllerState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue