libretro / libretro-super

Super repo for other libretro projects. Fetches, builds and installs.
MIT License
407 stars 284 forks source link

remove duplicate keys from core info files #1564

Closed ReenigneArcher closed 3 years ago

ReenigneArcher commented 3 years ago

There are duplicate keys in several of the core info files. I have removed the duplicates.

hizzlekizzle commented 3 years ago

good catch on these, but it's probably a good idea to remove the VICE descriptions that contain less information and keep the ones with more.

ReenigneArcher commented 3 years ago

good catch on these, but it's probably a good idea to remove the VICE descriptions that contain less information and keep the ones with more.

Probably a good idea, I agree. I updated the PR with those changes.

Also have some questions.

Probably these are not really important for most people, but reason I noticed these is I'm developing a game launcher front end and some scripts that match the cores to the platforms. database is the only one that is consistent, but it doesn't always have that property.

ReenigneArcher commented 3 years ago

Anything else needed in order to merge this?