mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
travis: Use correct package for linux Qt5WebEngine
This commit is contained in:
parent
f49f3e509f
commit
543cea4c5d
4 changed files with 4 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue