Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Core: Fix a typo in the binding of IR Up
Whoops.
  • Loading branch information
magcius committed Jun 25, 2013
1 parent 7738b8b commit 748ee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/WiimoteEmu/WiimoteEmu.cpp
Expand Up @@ -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+`");
Expand Down

0 comments on commit 748ee50

Please sign in to comment.