Hi all
i am trying to get Ultimate Mortalk Kombat 3 to load the umk3.cfg file i have for it. This enables additional fighters. The file works perfectly in MAME.
In MAME each game has its own config. The path to it is like this:
d:\mame\cfg\umk3.cfg d:\mame\cfg\galaga.cfg …
I would like to read this configuraiton file in retroarch as well.
I put the files under the following path:
d:\retroarch\system\mame\cfg\umk3.cfg
when I load the game, in the console it states: -cfg_directory d:\retroarch\system\mame\cfg
So I think it recognizes the path correctly. However instead of loading the config, it OVERWRITES it with default values.
Any Ideas? A bug in the mame_libretro? Or me doing something wrong?
Thanks for your advice!