mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Using optick, linked from boo
This commit is contained in:
@@ -445,6 +445,7 @@ float CGraphics::GetSecondsMod900() {
|
||||
}
|
||||
|
||||
void CGraphics::TickRenderTimings() {
|
||||
OPTICK_EVENT();
|
||||
g_RenderTimings = (g_RenderTimings + 1) % u32(900 * 60);
|
||||
g_DefaultSeconds = g_RenderTimings / 60.f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user