mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 15:40:02 +00:00
ControllerEmu: Fix code style
This commit is contained in:
parent
0c9f6c2a2b
commit
d468c38335
@ -181,8 +181,7 @@ ControllerEmu::Force::Force(const std::string& _name) : ControlGroup(_name, GROU
|
|||||||
settings.emplace_back(new Setting(_trans("Dead Zone"), 0, 0, 50));
|
settings.emplace_back(new Setting(_trans("Dead Zone"), 0, 0, 50));
|
||||||
}
|
}
|
||||||
|
|
||||||
ControllerEmu::Tilt::Tilt(const std::string& _name)
|
ControllerEmu::Tilt::Tilt(const std::string& _name) : ControlGroup(_name, GROUP_TYPE_TILT)
|
||||||
: ControlGroup(_name, GROUP_TYPE_TILT)
|
|
||||||
{
|
{
|
||||||
memset(m_tilt, 0, sizeof(m_tilt));
|
memset(m_tilt, 0, sizeof(m_tilt));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user