mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
WiimoteEmu/DolphinQt: Better extension display names.
This commit is contained in:
parent
98b670dd29
commit
99f537d499
10 changed files with 31 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue