mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Fix a typo in the binding of IR Up
Whoops.
This commit is contained in:
@ -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+`");
|
||||||
|
Reference in New Issue
Block a user