From 0fd7fcbc2d9c3a61e31fee0bb97d86bac72fb978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Wed, 12 Jun 2024 20:40:00 +0200 Subject: [PATCH] Add description --- CubeGotchi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CubeGotchi.ino b/CubeGotchi.ino index 93e7e0f..d1cdf6f 100644 --- a/CubeGotchi.ino +++ b/CubeGotchi.ino @@ -34,7 +34,7 @@ // If game time is going faster than it should, increase this value by 1 to slow it down. // fixed microsecond sleep between each cycle used to fine tune the emulator time drift even more -#define FINE_TUNING_DELAY 23 +#define FINE_TUNING_DELAY 22 // If game time is going faster than it should, increase this value /**************************************************************************/