This website works better with JavaScript
Home
Explore
Help
Register
Sign In
irvin
/
suyu
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Qt: Removed unnecessary HW::Update.
bunnei
12 years ago
parent
90aaab1df0
commit
2003ccf09d
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/citra_qt/bootmanager.cpp
+ 0
- 1
src/citra_qt/bootmanager.cpp
View File
@@ -42,7 +42,6 @@ void EmuThread::run()
emit CPUStepped();
}
}
- HW::Update();
}
Core::Stop();