travis: Use correct package for linux Qt5WebEngine

This commit is contained in:
Zach Hilman
2018-12-28 19:29:44 -05:00
parent cb930c4b5a
commit 0c5ede492f
4 changed files with 4 additions and 5 deletions

View File

@ -351,7 +351,7 @@ void GMainWindow::WebBrowserOpenPage(std::string_view filename, std::string_view
running_exit_check = true;
}
const auto input = npad.GetPressState();
const auto input = npad.GetAndResetPressState();
for (std::size_t i = 0; i < Settings::NativeButton::NumButtons; ++i) {
if ((input & (1 << i)) != 0) {
LOG_DEBUG(Frontend, "firing input for button id={:02X}", i);