Core: Fix a typo in the binding of IR Up

Whoops.
This commit is contained in:
Jasper St. Pierre 2013-06-25 01:58:22 -04:00
parent 7738b8b0e0
commit 748ee50536
1 changed files with 1 additions and 1 deletions

View File

@ -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+`");