libretro / libretro-database

Repository containing cheatcode files, content data files, etc.
Creative Commons Attribution Share Alike 4.0 International
887 stars 788 forks source link

PSX redump ignored #919

Open kivutar opened 5 years ago

kivutar commented 5 years ago

The redump dat of PSX is ignored when building the RDB.

This is because our code first look at dat/Sony Playlistation.dat, then try to add metadata from metadat/redump/Sony Playstation.dat based on the serial. But this later file doesn't contain any serial. So the matching can't happen.

It causes problems like wrong file names. dat/Sony Playlistation.dat contains wrong names like Saga Frontier while metadat/redump/Sony Playstation.dat has the right name SaGa Frontier.

RobLoach commented 5 years ago

Thanks! Correct, there are two sources...

Added a Pull Request in libretro-database-psxdatacenter to rename image to name: https://github.com/RobLoach/libretro-database-psxdatacenter/pull/2