mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Fixed wrong message when deactivating cheevos
This commit is contained in:
parent
355b6dcbdd
commit
9d817f95f5
@ -2415,6 +2415,7 @@ static int cheevos_deactivate__json_number(void *userdata,
|
||||
if (cheevo->id == (unsigned)id)
|
||||
{
|
||||
cheevo->active &= ~ud->mode;
|
||||
found = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user