mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
1cd45fc1e9
@ -1314,6 +1314,11 @@ static running_machine * jsmess_machine;
|
||||
|
||||
void js_main_loop()
|
||||
{
|
||||
if (jsmess_machine->paused()) {
|
||||
jsmess_machine->video().frame_update();
|
||||
return;
|
||||
}
|
||||
|
||||
device_scheduler * scheduler;
|
||||
scheduler = &(jsmess_machine->scheduler());
|
||||
attotime stoptime(scheduler->time() + attotime(0,HZ_TO_ATTOSECONDS(60)));
|
||||
|
Loading…
Reference in New Issue
Block a user