mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-14 07:36:59 +00:00
UI: Add configurable hotkeys + a new fast forward hotkey (#1519)
This commit is contained in:
parent
e68c31e5fb
commit
cdca5eaf78
15 changed files with 619 additions and 8 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "input/InputManager.h"
|
||||
#include "gui/helpers/wxHelpers.h"
|
||||
#include "Cemu/ncrypto/ncrypto.h"
|
||||
#include "gui/input/HotkeySettings.h"
|
||||
|
||||
#if BOOST_OS_LINUX && HAS_WAYLAND
|
||||
#include "gui/helpers/wxWayland.h"
|
||||
|
|
@ -331,6 +332,8 @@ bool CemuApp::OnInit()
|
|||
std::unique_lock lock(g_mutex);
|
||||
g_window_info.app_active = true;
|
||||
|
||||
HotkeySettings::Init(m_mainFrame);
|
||||
|
||||
SetTopWindow(m_mainFrame);
|
||||
m_mainFrame->Show();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue