mirror of
https://github.com/SabreTools/wizzardRedux.git
synced 2026-02-04 05:36:18 +00:00
Add flush to import
This commit is contained in:
@@ -522,6 +522,7 @@ function add_rom_helper ($machinename, $romtype, $gameid, $name, $date, $size, $
|
||||
if (gettype($result)=="boolean" && $result)
|
||||
{
|
||||
echo "<tr><td>".$machinename."</td><td>".$name."</td><td>".$size."</td><td>".$crc."</td><td>".$md5."</td><td>".$sha1."</td></tr>\n";
|
||||
ob_flush(); flush();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user