From 87bc5220eb04fd22325eac0dc13ebc5813ef6ac6 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Fri, 2 Dec 2011 15:59:07 +0100 Subject: [PATCH] (PS3) Takes care of audio pop --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.def.h b/config.def.h index 025a32045f..91da97f6e4 100644 --- a/config.def.h +++ b/config.def.h @@ -173,7 +173,11 @@ static const bool font_enable = true; // This value should stay close to 60Hz to avoid large pitch changes. // If your monitor does not run at 60Hz, or something close to it, disable VSync, // and leave this at its default. +#ifdef __CELLOS_LV2__ +static const float refresh_rate = 59.92; +#else static const float refresh_rate = 59.95; +#endif //////////////// // Audio