mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
InputCommon: Clean up creation of inputs.
This commit is contained in:
@ -12,6 +12,6 @@ namespace ControllerEmu
|
||||
class Output : public Control
|
||||
{
|
||||
public:
|
||||
Output(Translatability translate, const std::string& name);
|
||||
Output(Translatability translate, std::string name);
|
||||
};
|
||||
} // namespace ControllerEmu
|
||||
|
Reference in New Issue
Block a user