wiiu: update for latest wut

This commit is contained in:
GaryOderNichts 2022-08-09 14:47:22 +02:00
parent b2050c886b
commit 4f4ffa2ee0

View File

@ -1452,7 +1452,7 @@ void CapturePad(RwInt32 padID)
}
KPADStatus kpad_data{};
int32_t kpad_err;
KPADError kpad_err;
for (int i = 0; i < 4; i++) {
KPADReadEx((KPADChan)i, &kpad_data, 1, &kpad_err);
if (kpad_err == KPAD_ERROR_OK) {