mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Core: Fix a typo in the binding of IR Up
Whoops.
This commit is contained in:
parent
7738b8b0e0
commit
748ee50536
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ void Wiimote::LoadDefaults(const ControllerInterface& ciface)
|
|||
set_control(m_shake, i, "`Click 2`");
|
||||
|
||||
// IR
|
||||
set_control(m_ir, 0, "`Cursor Y-1");
|
||||
set_control(m_ir, 0, "`Cursor Y-`");
|
||||
set_control(m_ir, 1, "`Cursor Y+`");
|
||||
set_control(m_ir, 2, "`Cursor X-`");
|
||||
set_control(m_ir, 3, "`Cursor X+`");
|
||||
|
|
Loading…
Add table
Reference in a new issue