Fix build

This commit is contained in:
Willy-JL
2023-07-26 12:52:51 +02:00
parent 22d0cbb362
commit a778b6f354
2 changed files with 4 additions and 4 deletions

View File

@@ -454,13 +454,13 @@ int32_t wii_ec_anal(void) {
//---------------------------------------------
case EVID_WIIEC: // WiiMote Perhipheral
if(evWiiEC(&msg, state)) redraw = true;
evWiiEC(&msg, state);
break;
//---------------------------------------------
case EVID_KEY: // Key events
patBacklight(state);
if(evKey(&msg, state)) redraw = true;
evKey(&msg, state);
break;
//---------------------------------------------