1
0
mirror of https://github.com/starr-dusT/citra.git synced 2024-10-02 10:26:17 -07:00

Qt: Removed unnecessary HW::Update.

This commit is contained in:
bunnei 2014-07-21 18:48:34 -04:00
parent 90aaab1df0
commit 2003ccf09d

@ -42,7 +42,6 @@ void EmuThread::run()
emit CPUStepped(); emit CPUStepped();
} }
} }
HW::Update();
} }
Core::Stop(); Core::Stop();