mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Split out controller initialization to UICommon
This commit is contained in:
@ -48,8 +48,6 @@ constexpr const char* DUBOIS_ALGORITHM_SHADER = "dubois";
|
||||
|
||||
HotkeyScheduler::HotkeyScheduler() : m_stop_requested(false)
|
||||
{
|
||||
HotkeyManagerEmu::Initialize();
|
||||
HotkeyManagerEmu::LoadConfig();
|
||||
HotkeyManagerEmu::Enable(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user