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:
@@ -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();
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user