mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Get profile name from core
To avoid duplicating information between Kotlin and C++.
This commit is contained in:
@ -383,6 +383,11 @@ std::string HotkeyManager::GetName() const
|
||||
return "Hotkeys";
|
||||
}
|
||||
|
||||
InputConfig* HotkeyManager::GetConfig() const
|
||||
{
|
||||
return HotkeyManagerEmu::GetConfig();
|
||||
}
|
||||
|
||||
void HotkeyManager::GetInput(HotkeyStatus* kb, bool ignore_focus)
|
||||
{
|
||||
const auto lock = GetStateLock();
|
||||
|
Reference in New Issue
Block a user