mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-17 08:14:01 +00:00
Conditions are true by default
This commit is contained in:
parent
8cae8a5720
commit
7846f0312b
@ -1883,10 +1883,8 @@ static int cheevos_test_condition(cheevos_cond_t *cond)
|
||||
case CHEEVOS_COND_OP_NOT_EQUAL_TO:
|
||||
return sval != tval;
|
||||
default:
|
||||
break;
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int cheevos_test_cond_set(const cheevos_condset_t *condset,
|
||||
|
Loading…
x
Reference in New Issue
Block a user