Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-hex CRCs #1502

Open
steven-sheehy opened this issue Dec 2, 2024 · 1 comment
Open

Non-hex CRCs #1502

steven-sheehy opened this issue Dec 2, 2024 · 1 comment

Comments

@steven-sheehy
Copy link

steven-sheehy commented Dec 2, 2024

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

@RobLoach
Copy link
Member

RobLoach commented Dec 3, 2024

Good catch. We will have to port these to their respective values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants