[Audio] Fix Body Harvest audio and framerate

More precise framerate fixes Body Harvest (U) audio clicks and slow framerate, with Sync using audio OFF or ON.
This commit is contained in:
Frank-74 2018-12-02 22:08:44 +00:00 committed by GitHub
parent 6a8405f7ed
commit 1acf641010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ EXPORT void CALL AiDacrateChanged(int SystemType)
}
else
{
framerate = 64;
if (SystemType == SYSTEM_PAL) { framerate = 53.33333; }
framerate = 60.95; // Needed for Body Harvest (U)
if (SystemType == SYSTEM_PAL) { framerate = 50.79166; }
}
if (g_settings->TinyBuffer() == true)
{