Fixed N64 controllers
This commit is contained in:
parent
2275ec234f
commit
2050420565
|
@ -408,7 +408,7 @@ EXPORT void CALL SDL_KeyUp(int keymod, int keysym)
|
||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
EXPORT void CALL GetKeys( int Control, BUTTONS *Keys )
|
EXPORT void CALL GetKeys( int Control, BUTTONS *Keys )
|
||||||
{
|
{
|
||||||
//Keys->Value = (*l_inputCallback)(Control);
|
Keys->Value = (*l_inputCallback)(Control);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue