catver.ini not being parsed properly

To get bugs fixed, please report them here.
Post Reply
raynerman
Newbie
Newbie
Posts: 2
Joined: Fri Apr 17, 2015 12:01 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:

Code: Select all

[Category]
005 = Maze / Shooter Small
10yard = Sports / Amer. Football
But I had to change it to:

Code: Select all

[Category]
005=Maze / Shooter Small
10yard=Sports / Amer. Football
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Thanks for reporting your find!
The fact is that 'Catver.ini' is structured differently from .159 version!
http://www.mgalaxy.com/forum/index.php? ... 84#msg2784
Post Reply