Fixed listxml sample output.

The listxml dosn't output the game samples.
This fixed commit: tagmap_t to std::unordered_map or std::unordered_set where applicable… 
3414b0166e
This commit is contained in:
MASH 2015-12-15 03:10:01 +01:00
parent 7f1e7cf502
commit 6d39992775

View File

@ -620,7 +620,7 @@ void info_xml_creator::output_sample(device_t &device)
for (const char *samplename = iter.first(); samplename != nullptr; samplename = iter.next())
{
// filter out duplicates
if (already_printed.insert(samplename).second)
if (!(already_printed.insert(samplename)).second)
continue;
// output the sample name