mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix warning in VideoInterface
This commit is contained in:
parent
0da8bd0f61
commit
14e6720f22
@ -680,7 +680,7 @@ void Update()
|
||||
|
||||
for (UVIInterruptRegister& reg : m_InterruptRegister)
|
||||
{
|
||||
if (s_half_line_count + 1 == 2 * reg.VCT)
|
||||
if (s_half_line_count + 1 == 2u * reg.VCT)
|
||||
{
|
||||
reg.IR_INT = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user