mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix warning in VideoInterface
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user