mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 05:19:35 -05:00
WiimoteEmu/DolphinQt: Better extension display names.
This commit is contained in:
@@ -20,6 +20,11 @@ namespace ControllerEmu
|
||||
{
|
||||
static std::recursive_mutex s_get_state_mutex;
|
||||
|
||||
std::string EmulatedController::GetDisplayName() const
|
||||
{
|
||||
return GetName();
|
||||
}
|
||||
|
||||
EmulatedController::~EmulatedController() = default;
|
||||
|
||||
// This should be called before calling GetState() or State() on a control reference
|
||||
|
||||
Reference in New Issue
Block a user