We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80846b commit ccd211fCopy full SHA for ccd211f
1 file changed
MarathonRecomp/app.cpp
@@ -59,8 +59,6 @@ PPC_FUNC(sub_8262A568)
59
PPC_FUNC_IMPL(__imp__sub_825EA610);
60
PPC_FUNC(sub_825EA610)
61
{
62
- __imp__sub_825EA610(ctx, base);
63
-
64
Video::WaitOnSwapChain();
65
66
// Correct small delta time errors.
@@ -88,6 +86,8 @@ PPC_FUNC(sub_825EA610)
88
86
89
87
// Allow variable FPS when config is not 60 FPS.
90
App::s_pApp->m_pDoc->m_VFrame = Config::FPS != 60;
+
+ __imp__sub_825EA610(ctx, base);
91
}
92
93
PPC_FUNC_IMPL(__imp__sub_82582648);
0 commit comments