[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:
parent
6a8405f7ed
commit
1acf641010
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue