catver.ini not being parsed properly
Posted: Fri Apr 17, 2015 12:08 pm
Hi,
I just setup Mame 0.160, and couldn't get the genres filled in. To fix the problem I have to remove the spaces from around the equals signs in the catver.ini file.
I.e.,
The original format in the file:
But I had to change it to:
I just setup Mame 0.160, and couldn't get the genres filled in. To fix the problem I have to remove the spaces from around the equals signs in the catver.ini file.
I.e.,
The original format in the file:
Code: Select all
[Category]
005 = Maze / Shooter Small
10yard = Sports / Amer. Football
Code: Select all
[Category]
005=Maze / Shooter Small
10yard=Sports / Amer. Football