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