Fixed N64 controllers

This commit is contained in:
null_ptr 2014-01-28 09:58:53 +00:00
parent 2275ec234f
commit 2050420565
2 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ EXPORT void CALL SDL_KeyUp(int keymod, int keysym)
*******************************************************************/
EXPORT void CALL GetKeys( int Control, BUTTONS *Keys )
{
//Keys->Value = (*l_inputCallback)(Control);
Keys->Value = (*l_inputCallback)(Control);
}
/* ----------------------------------------------------------------------

Binary file not shown.