Skip to content

Commit

Permalink
Libretro: Do not rumble on startup
Browse files Browse the repository at this point in the history
There's no need for this.
  • Loading branch information
AShiningRay committed Nov 25, 2024
1 parent eee0dda commit b6d424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libretro/freej2me_libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ long joymouseTime = 0; /* countdown to show/hide mouse cursor */
long joymouseClickedTime = 0; /* Countdown to show/hide the cursor in the clicked state */
bool joymouseAnalog = false; /* flag - using analog stick for mouse movement */
int mouseLpre = 0; /* old mouse button state */
int rumbleTime = 100; /* Rumble duration calculated based on data received from FreeJ2ME-lr.jar */
int rumbleTime = 0; /* Rumble duration calculated based on data received from FreeJ2ME-lr.jar */
bool uses_mouse = true;
bool uses_pointer = false;
bool booted = false;
Expand Down

0 comments on commit b6d424b

Please sign in to comment.