diff --git a/libmupen64plus/mupen64plus-input-bkm/plugin.c b/libmupen64plus/mupen64plus-input-bkm/plugin.c index 8ffe12a35f..953a45a618 100644 --- a/libmupen64plus/mupen64plus-input-bkm/plugin.c +++ b/libmupen64plus/mupen64plus-input-bkm/plugin.c @@ -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); } /* ---------------------------------------------------------------------- diff --git a/output/dll/mupen64plus-input-bkm.dll b/output/dll/mupen64plus-input-bkm.dll index accbcd91d3..3843c7378c 100644 Binary files a/output/dll/mupen64plus-input-bkm.dll and b/output/dll/mupen64plus-input-bkm.dll differ