2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 08:19:11 +00:00

aurora: Pipeline info debug overlay

This commit is contained in:
2022-02-19 01:59:24 -05:00
parent 5183809027
commit 0703cf60b3
3 changed files with 29 additions and 12 deletions

View File

@@ -86,6 +86,7 @@ private:
bool m_randomStats = m_cvarCommons.m_debugOverlayShowRandomStats->toBoolean();
bool m_resourceStats = m_cvarCommons.m_debugOverlayShowResourceStats->toBoolean();
bool m_showInput = m_cvarCommons.m_debugOverlayShowInput->toBoolean();
bool m_pipelineInfo = true; // TODO cvar
bool m_developer = m_cvarMgr.findCVar("developer")->toBoolean();
bool m_cheats = m_cvarMgr.findCVar("cheats")->toBoolean();
bool m_isInitialized = false;