You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct me if i'm wrong, but it appears that currently when the Vid.ImagesOnly flag is set on an artwork object, it appears to only search the first directory in the list.
So, if I have multiple directories set up for "snap" artwork (eg d:\mame\videos;d:\mame\snap), i then add the code:
Correct me if i'm wrong, but it appears that currently when the
Vid.ImagesOnly
flag is set on an artwork object, it appears to only search the first directory in the list.So, if I have multiple directories set up for "snap" artwork (eg d:\mame\videos;d:\mame\snap), i then add the code:
local snap = fe.add_artwork("snap", 0, 0, 640, 480);
snap.video_flags = Vid.ImagesOnly;
AM will not display the snap because it couldn't find any images (only videos) in the first directory (d:\mame\videos).
Would it be possible to add logic to scan the next directory in the array if the current one has no match?
The text was updated successfully, but these errors were encountered: