Add description

This commit is contained in:
Tomislav Kopić 2024-06-12 20:40:00 +02:00
parent 48cdca8ce7
commit 0fd7fcbc2d

View File

@ -34,7 +34,7 @@
// If game time is going faster than it should, increase this value by 1 to slow it down. // 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 // 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 // If game time is going faster than it should, increase this value
/**************************************************************************/ /**************************************************************************/