mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Merge pull request #8347 from hosaka-corp/frame-advance-alignment
Align frame advance and movies to full field boundaries
This commit is contained in:
@ -856,9 +856,12 @@ void Callback_VideoCopiedToXFB(bool video_update)
|
||||
{
|
||||
if (video_update)
|
||||
s_drawn_frame++;
|
||||
}
|
||||
|
||||
// Called at field boundaries in `VideoInterface::Update()`
|
||||
void FrameUpdate()
|
||||
{
|
||||
Movie::FrameUpdate();
|
||||
|
||||
if (s_frame_step)
|
||||
{
|
||||
s_frame_step = false;
|
||||
|
Reference in New Issue
Block a user