Cocoa Port:

- Change the default DS frame rate to what it should be - 59.8261 FPS.
This commit is contained in:
rogerman 2012-08-26 05:08:33 +00:00
parent 0f70aa87c0
commit c1f4a60a9e
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
#define SPEED_SCALAR_DOUBLE 2.0 // Speed scalar for double execution speed.
#define SPEED_SCALAR_MIN 0.005 // Lower limit for the speed multiplier.
#define DS_FRAMES_PER_SECOND 59.73 // Number of DS frames per second.
#define DS_FRAMES_PER_SECOND 59.8261 // Number of DS frames per second.
#define DS_SECONDS_PER_FRAME (1.0 / DS_FRAMES_PER_SECOND) // The length of time in seconds that, ideally, a frame should be processed within.
#define FRAME_SKIP_AGGRESSIVENESS 10.0 // Must be a value between 0.0 (inclusive) and positive infinity.