fixed extension scanner

This commit is contained in:
Andre Leiradella 2015-11-06 13:34:34 -02:00
parent 981020997c
commit 8ff77c5a56

View File

@ -1814,7 +1814,7 @@ int cheevos_load(const struct retro_game_info *info)
if (end)
{
hash = cheevos_djb2(ext, end - ext);
ext++;
ext = end + 1;
}
else
{