Merge pull request #1508 from Frank-74/patch-1

[Audio] Fix Body Harvest audio and framerate
This commit is contained in:
zilmar 2018-12-03 10:38:44 +10:30 committed by GitHub
commit 355be14ea3
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 else
{ {
framerate = 64; framerate = 60.95; // Needed for Body Harvest (U)
if (SystemType == SYSTEM_PAL) { framerate = 53.33333; } if (SystemType == SYSTEM_PAL) { framerate = 50.79166; }
} }
if (g_settings->TinyBuffer() == true) if (g_settings->TinyBuffer() == true)
{ {