Smol changes

This commit is contained in:
Matt Nadareski
2016-03-31 01:26:04 -07:00
parent c5fa8af8ae
commit 0b83dcd827

View File

@@ -106,12 +106,8 @@ foreach ($vals as $id)
}
}
// Don't anger the No-Intro admins..
sleep(5);
if ($id == "0010")
{
break;
}
}
// Now output the roms
@@ -128,7 +124,7 @@ foreach ($roms as &$rom)
$state = "\t<machine name=\"".$rom[0]."\">\n".
"\t\t<description>".$rom[0]."</description>\n".
"\t\t<rom name=\"".$rom[1]."\" crc=\"".$rom[2]."\" md5=\"".$rom[3]."\" />\n".
"\t\t<rom name=\"".$rom[1].".nds\" crc=\"".$rom[2]."\" md5=\"".$rom[3]."\" />\n".
"\t</machine>\n";
echo gzencode($state, 9);