You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the entries added in https://github.com/libretro/libretro-database/pull/1175/files added the CRC in its numeric format whereas every other entry in the repo uses hexadecimal encoded CRCs. You can tell since some entries are more than 4 bytes / 8 characters and they don't contain any A-F characters.
I'm not completely sure but I think RetroArch will not support these numeric entries and instead treat them as binary. If they're larger than 4 bytes they'll be zeroed out.
It seems the entries added in https://github.com/libretro/libretro-database/pull/1175/files added the CRC in its numeric format whereas every other entry in the repo uses hexadecimal encoded CRCs. You can tell since some entries are more than 4 bytes / 8 characters and they don't contain any A-F characters.
I'm not completely sure but I think RetroArch will not support these numeric entries and instead treat them as binary. If they're larger than 4 bytes they'll be zeroed out.
cc @RobLoach
The text was updated successfully, but these errors were encountered: