2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 15:39:12 +00:00

Improve overall Inspect performance & fixes

This commit is contained in:
2021-05-26 21:35:46 -04:00
parent c6a75a242f
commit 5ac2a298f0
7 changed files with 239 additions and 139 deletions

View File

@@ -908,7 +908,7 @@ bool CMain::Proc(float dt) {
m_loadedPersistentResources = true;
}
m_imGuiConsole->proc();
m_imGuiConsole->PreUpdate();
if (!m_paused) {
CGBASupport::GlobalPoll();
@@ -918,6 +918,8 @@ bool CMain::Proc(float dt) {
CStreamAudioManager::Update(dt);
}
m_imGuiConsole->PostUpdate();
if (x164_archSupport->GetIOWinManager().IsEmpty() || CheckReset()) {
CStreamAudioManager::StopAll();
/*