implement a few mxomni/legoomni functions (#193)

This commit is contained in:
Misha
2023-10-09 06:31:36 -04:00
committed by GitHub
parent 0db96ce2d6
commit 625ee52fe0
5 changed files with 33 additions and 16 deletions

View File

@@ -708,7 +708,7 @@ inline void IsleApp::Tick(BOOL sleepIfNotNextFrame)
}
if (this->m_frameDelta + g_lastFrameTime < currentTime) {
if (!Lego()->vtable40()) {
if (!Lego()->IsTimerRunning()) {
TickleManager()->Tickle();
}
g_lastFrameTime = currentTime;