mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
**This will happen only if `cheevos_verbose_enable = true`.** When loading a game tha doesn't have any achievement, instead of showing an OSD message saying "You have 0 of 0 achievements unlocked." just say "This game doesn't have any achievement." I've just added an `if(cheevos_locals.core.count > 0)` and added indentation. The diff makes it look like it got more changes than it actually got.