mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-02 13:13:57 +00:00
Core: Fix a typo in the binding of IR Up
Whoops.
This commit is contained in:
parent
7738b8b0e0
commit
748ee50536
@ -916,7 +916,7 @@ void Wiimote::LoadDefaults(const ControllerInterface& ciface)
|
|||||||
set_control(m_shake, i, "`Click 2`");
|
set_control(m_shake, i, "`Click 2`");
|
||||||
|
|
||||||
// IR
|
// 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, 1, "`Cursor Y+`");
|
||||||
set_control(m_ir, 2, "`Cursor X-`");
|
set_control(m_ir, 2, "`Cursor X-`");
|
||||||
set_control(m_ir, 3, "`Cursor X+`");
|
set_control(m_ir, 3, "`Cursor X+`");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user