mame: numerator 0x4000'0000 and above breaks mp4 on youtube...
This commit is contained in:
parent
8e6eac7bfd
commit
c90fcbbd54
|
@ -30,7 +30,7 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
|
|||
private void UpdateFramerate()
|
||||
{
|
||||
VsyncAttoseconds = _core.mame_lua_get_long(MAMELuaCommand.GetRefresh);
|
||||
VsyncNumerator = 0x7ffffff8;
|
||||
VsyncNumerator = 0x3ffffffc;
|
||||
VsyncDenominator = _core.mame_lua_get_int(MAMELuaCommand.GetFramerateDenominator(VsyncNumerator));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue