mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 11:57:14 -05:00
InputCommon: Clean up creation of inputs.
This commit is contained in:
@@ -34,10 +34,9 @@ public:
|
||||
const std::string ui_name;
|
||||
|
||||
protected:
|
||||
Control(std::unique_ptr<ControlReference> ref, Translatability translate, const std::string& name,
|
||||
const std::string& ui_name);
|
||||
Control(std::unique_ptr<ControlReference> ref, Translatability translate,
|
||||
const std::string& name);
|
||||
Control(std::unique_ptr<ControlReference> ref, Translatability translate, std::string name,
|
||||
std::string ui_name);
|
||||
Control(std::unique_ptr<ControlReference> ref, Translatability translate, std::string name);
|
||||
};
|
||||
|
||||
} // namespace ControllerEmu
|
||||
|
||||
Reference in New Issue
Block a user