From c1f4a60a9e5dbf5944d666c64922771fbe03e561 Mon Sep 17 00:00:00 2001 From: rogerman Date: Sun, 26 Aug 2012 05:08:33 +0000 Subject: [PATCH] Cocoa Port: - Change the default DS frame rate to what it should be - 59.8261 FPS. --- desmume/src/cocoa/cocoa_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/cocoa/cocoa_globals.h b/desmume/src/cocoa/cocoa_globals.h index 203afa941..3ec61c89b 100644 --- a/desmume/src/cocoa/cocoa_globals.h +++ b/desmume/src/cocoa/cocoa_globals.h @@ -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.