mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
wiiu: update for latest wut
This commit is contained in:
parent
b2050c886b
commit
4f4ffa2ee0
@ -1452,7 +1452,7 @@ void CapturePad(RwInt32 padID)
|
|||||||
}
|
}
|
||||||
|
|
||||||
KPADStatus kpad_data{};
|
KPADStatus kpad_data{};
|
||||||
int32_t kpad_err;
|
KPADError kpad_err;
|
||||||
for (int i = 0; i < 4; i++) {
|
for (int i = 0; i < 4; i++) {
|
||||||
KPADReadEx((KPADChan)i, &kpad_data, 1, &kpad_err);
|
KPADReadEx((KPADChan)i, &kpad_data, 1, &kpad_err);
|
||||||
if (kpad_err == KPAD_ERROR_OK) {
|
if (kpad_err == KPAD_ERROR_OK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user