mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Get profile name from core
To avoid duplicating information between Kotlin and C++.
This commit is contained in:
@ -118,6 +118,11 @@ std::string FreeLookController::GetName() const
|
||||
return std::string("FreeLook") + char('1' + m_index);
|
||||
}
|
||||
|
||||
InputConfig* FreeLookController::GetConfig() const
|
||||
{
|
||||
return FreeLook::GetInputConfig();
|
||||
}
|
||||
|
||||
void FreeLookController::LoadDefaults(const ControllerInterface& ciface)
|
||||
{
|
||||
EmulatedController::LoadDefaults(ciface);
|
||||
|
Reference in New Issue
Block a user