mirror of
https://github.com/libretro/beetle-gba-libretro.git
synced 2024-11-23 16:30:11 +00:00
Comment out debug spam.
This commit is contained in:
parent
7cd015b1ac
commit
8faff95d73
@ -798,7 +798,7 @@ static void update_input(void)
|
||||
buf.u32[j][8] = l_up;
|
||||
}
|
||||
|
||||
fprintf(stderr, "Rumble strong: %u, weak: %u.\n", buf.u8[0][9 * 4 + 1], buf.u8[0][9 * 4]);
|
||||
//fprintf(stderr, "Rumble strong: %u, weak: %u.\n", buf.u8[0][9 * 4 + 1], buf.u8[0][9 * 4]);
|
||||
if (rumble.set_rumble_state)
|
||||
{
|
||||
// Appears to be correct.
|
||||
|
Loading…
Reference in New Issue
Block a user