2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2017-01-07 11:21:02 -10:00
parent f3c3332151
commit f6e3563221
3 changed files with 3 additions and 4 deletions

View File

@@ -260,8 +260,7 @@ int main(int argc, char** argv)
if (endpoint)
break;
s64 frameEnd = jbus::GetGCTicks();
s64 passedTicks = frameEnd - frameStart;
s64 waitTicks = jbus::GetGCTicksPerSec() / 60 - passedTicks;
s64 waitTicks = jbus::GetGCTicksPerSec() / 60;
if (waitTicks > 0)
jbus::WaitGCTicks(waitTicks);
}

2
hecl

Submodule hecl updated: 12c741d18e...5d4f1c9952

2
jbus

Submodule jbus updated: e161ef15fa...42f1b86627