mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-31 14:47:10 +00:00
Merge pull request #2257 from RachelBryk/battery
Add an option for wiimote battery.
This commit is contained in:
commit
82bbada352
2 changed files with 4 additions and 2 deletions
|
@ -219,7 +219,6 @@ ControllerEmu::Cursor::Cursor(const std::string& _name)
|
|||
settings.emplace_back(new Setting(_trans("Center"), 0.5));
|
||||
settings.emplace_back(new Setting(_trans("Width"), 0.5));
|
||||
settings.emplace_back(new Setting(_trans("Height"), 0.5));
|
||||
|
||||
}
|
||||
|
||||
void ControllerEmu::LoadDefaults(const ControllerInterface &ciface)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue