mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
More OS X PPC compile fixes (no whatsnew)
This commit is contained in:
parent
ab488525f3
commit
645581bd38
@ -698,7 +698,7 @@ void device_execute_interface::static_on_vblank(screen_device &screen, void *par
|
||||
// VBLANK starting
|
||||
if (vblank_state)
|
||||
{
|
||||
device_execute_interface *exec;
|
||||
device_execute_interface *exec = NULL;
|
||||
for (bool gotone = screen.machine->devicelist.first(exec); gotone; gotone = exec->next(exec))
|
||||
exec->on_vblank_start(screen);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user