Add time fine tuning vars

This commit is contained in:
Tomislav Kopić 2024-06-12 20:27:54 +02:00
parent ba21da0fab
commit 82a9347c67

View File

@ -29,7 +29,7 @@
#define EMULATOR_CLOCK_SPEED 1002702 // this values seems to be diferent for every single board but generaly is around 1002700
// If game time is going faster than it should, increase this value by 1 to slow it down.
// fixed microsecond sleep between each frame used to fine tune the emulator time drift
// fixed microsecond sleep between each cycle used to fine tune the emulator time drift even more
#define FINE_TUNING_DELAY 24
// If game time is going faster than it should, increase this value
/**************************************************************************/