TeamPandory / pandorytool

A tool to automate ROM installation for the Pandora Games 3D
GNU General Public License v2.0
82 stars 25 forks source link

Genre - find order issue #21

Open TeamPandory opened 4 years ago

TeamPandory commented 4 years ago

Most of the genres are tagged as "action", when it should be.... "race" , etc...

The code goes through the genre list in a series of "If" conditions. As one of the first if statements is, if there's "action" in there, then return 2.

We need to get the tool to return in order of the genre, for example:

Platform-Action

will return genre = platform, rather than = action