Add time fine tuning vars
This commit is contained in:
parent
ba21da0fab
commit
82a9347c67
@ -29,7 +29,7 @@
|
|||||||
#define EMULATOR_CLOCK_SPEED 1002702 // this values seems to be diferent for every single board but generaly is around 1002700
|
#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.
|
// 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
|
#define FINE_TUNING_DELAY 24
|
||||||
// If game time is going faster than it should, increase this value
|
// If game time is going faster than it should, increase this value
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user