mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fix compile
This commit is contained in:
parent
4c48a72cd1
commit
72b7c79f64
@ -197,4 +197,6 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
double emutime = (double) (osd_ticks() - t) / (double) osd_ticks_per_second();
|
double emutime = (double) (osd_ticks() - t) / (double) osd_ticks_per_second();
|
||||||
printf("%f seconds emulation took %f real time ==> %5.2f%%\n", ttr, emutime, ttr/emutime*100.0);
|
printf("%f seconds emulation took %f real time ==> %5.2f%%\n", ttr, emutime, ttr/emutime*100.0);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user