example I have the complete Sony playstation romlist, but in the folder I don't have all the complete games that I have in the romlist, so how to display only the ones that are in the folder?
global_filter rule FileIsAvailable equals 1
just to thought it out, if you just scrape the rom folder it should make a new romslist with only those roms in it.how is it you would have a romlist for roms you dont have, just seems odd,,, best a luck.,
ahh that makes sence.....i did not know this thank you
Quote from: manzarek on December 13, 2019, 12:55:43 PMexample I have the complete Sony playstation romlist, but in the folder I don't have all the complete games that I have in the romlist, so how to display only the ones that are in the folder?Create a global filerCode: [Select] global_filter rule FileIsAvailable equals 1
filter All rule CloneOf not_equals .*
Quote from: progets on December 13, 2019, 02:48:37 PMQuote from: manzarek on December 13, 2019, 12:55:43 PMexample I have the complete Sony playstation romlist, but in the folder I don't have all the complete games that I have in the romlist, so how to display only the ones that are in the folder?Create a global filerCode: [Select] global_filter rule FileIsAvailable equals 1this worked. Can you confirm that this filter is used to not show games that contain multiple disks, example disk 1 disk 2 disk 3, or is used with games that have the same name? example AeroWings - AeroWings 2Code: [Select]filter All rule CloneOf not_equals .*