Emulator Issues #2555
closedvideo and audio out of sync
0%
Description
What steps will reproduce the problem?
1.Run a game where sync is out eg
overlord: video ahead of audio
fatal frame: video ahead of audio
House of the dead overkill: video behind audio
What is the expected output? What do you see instead?
video and audio in sync
What version of the product are you using? On what operating system?
5313 x64 win 7
Please provide any additional information below.
video sync was lost as of 4798 where as 4797 had correct sync. reverting
the video timing changes brings back the sync. The following is a patch
that does this http://users.tpg.com.au/jfk//dolphin_sync.patch .
This is not completely correct since it should break progressive mode, but
I don't have anything that requires it, so I couldn't look at it. It
should also be slower since update is called alot more (this seams to be
required by HOTD overkill) but is hardly noticible on my PC.