mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +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
|
@ -28,7 +28,9 @@ class EmulatedController
|
|||
{
|
||||
public:
|
||||
virtual ~EmulatedController();
|
||||
|
||||
virtual std::string GetName() const = 0;
|
||||
virtual std::string GetDisplayName() const;
|
||||
|
||||
virtual void LoadDefaults(const ControllerInterface& ciface);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue