mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Another Clang fix (nw)
This commit is contained in:
parent
37b480df3c
commit
9c7ff6a3bc
@ -215,7 +215,7 @@ void fixedfreq_device::update_vid(double newval, attotime cur_time)
|
||||
int pixels = round((cur_time - m_line_time).as_double() / m_clock_period.as_double());
|
||||
attotime time = (cur_time - m_last_time);
|
||||
|
||||
if ((newval == m_vid))
|
||||
if (newval == m_vid)
|
||||
return;
|
||||
|
||||
ATTR_UNUSED int sync = sync_separator(time, newval);
|
||||
|
Loading…
Reference in New Issue
Block a user