mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
UI: Add configurable hotkeys + a new fast forward hotkey (#1519)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "input/api/Controller.h"
|
||||
#include "config/CemuConfig.h"
|
||||
#include "gui/input/HotkeySettings.h"
|
||||
|
||||
#include "gui/guiWrapper.h"
|
||||
|
||||
@@ -67,6 +69,8 @@ const ControllerState& ControllerBase::update_state()
|
||||
|
||||
#undef APPLY_AXIS_BUTTON
|
||||
|
||||
HotkeySettings::CaptureInput(result, m_last_state);
|
||||
|
||||
m_last_state = std::move(result);
|
||||
return m_last_state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user