mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-27 04:07:01 -05:00
WUPSConfigItemButtonCombo: Only log errors on failure when setting the combo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user