mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Split out controller initialization to UICommon
This commit is contained in:
parent
be551b1529
commit
2f3c0cdbc5
4 changed files with 50 additions and 24 deletions
|
@ -48,8 +48,6 @@ constexpr const char* DUBOIS_ALGORITHM_SHADER = "dubois";
|
|||
|
||||
HotkeyScheduler::HotkeyScheduler() : m_stop_requested(false)
|
||||
{
|
||||
HotkeyManagerEmu::Initialize();
|
||||
HotkeyManagerEmu::LoadConfig();
|
||||
HotkeyManagerEmu::Enable(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue