mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 14:07:56 -05:00
Qt: Removed unnecessary HW::Update.
This commit is contained in:
@ -42,7 +42,6 @@ void EmuThread::run()
|
|||||||
emit CPUStepped();
|
emit CPUStepped();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
HW::Update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Core::Stop();
|
Core::Stop();
|
||||||
|
Reference in New Issue
Block a user