mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-04-16 09:51:23 +02:00
WUPSConfigItemButtonCombo: Only log errors on failure when setting the combo
This commit is contained in:
parent
5cbcc77b58
commit
4377488179
@ -124,7 +124,7 @@ namespace {
|
||||
if (status != WUPS_BUTTON_COMBO_COMBO_STATUS_VALID) {
|
||||
// (Try) to restore "old" button combo
|
||||
|
||||
if (WUPSButtonComboAPI_UpdateButtonCombo(item->comboHandle, oldCombo, &status) == WUPS_BUTTON_COMBO_ERROR_SUCCESS) {
|
||||
if (WUPSButtonComboAPI_UpdateButtonCombo(item->comboHandle, oldCombo, &status) != WUPS_BUTTON_COMBO_ERROR_SUCCESS) {
|
||||
OSReport("Failed to update combo info\n");
|
||||
}
|
||||
return WUPS_BUTTON_COMBO_ERROR_UNKNOWN_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user