Author Topic: AM scan roms into subfolders with diferent extensions/multiple extensions  (Read 2154 times)

gamesmame

  • Full Member
  • ***
  • Posts: 97
    • View Profile
I know that AM able to scan roms into subfolders  :) but here dont work... in my game roms path i have 4 roms type/extensions: .zip;.hdf;.xdf "and the .m3u"...



The file .m3u (m3u controls multiple discs) stay inside in folder for eath game with this same name, because have others multiple files(discs) please look:



And look my code:

Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable           M:\Emulators\RetroArch\retroarch.exe
args                 -L M:\Emulators\RetroArch\cores\px68k_libretro.dll "[romfilename]"
rompath              M:\Emulators\Sharp X68000\games
romext               <DIR>;.m3u;.zip;.hdf;.xdf

How i make this work... help!!!  :-\

rand0m

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
Try:
Code: [Select]
rompath              M:\Emulators\Sharp X68000\games;M:\Emulators\Sharp X68000\games\[name]\

gamesmame

  • Full Member
  • ***
  • Posts: 97
    • View Profile
thanks friend!!! you help me