mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Integrate JBus
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "Graphics/Shaders/CCameraBlurFilter.hpp"
|
||||
#include "Graphics/Shaders/CXRayBlurFilter.hpp"
|
||||
#include "Character/CCharLayoutInfo.hpp"
|
||||
#include "CGBASupport.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -119,6 +120,7 @@ void CMain::InitializeSubsystems(const hecl::Runtime::FileStoreManager& storeMgr
|
||||
CElementGen::Initialize();
|
||||
CAnimData::InitializeCache();
|
||||
CDecalManager::Initialize();
|
||||
CGBASupport::Initialize();
|
||||
}
|
||||
|
||||
void CMain::FillInAssetIDs()
|
||||
@@ -154,6 +156,7 @@ void CMain::Init(const hecl::Runtime::FileStoreManager& storeMgr,
|
||||
|
||||
bool CMain::Proc()
|
||||
{
|
||||
CGBASupport::GlobalPoll();
|
||||
xe8_b24_finished = m_archSupport->Update();
|
||||
return xe8_b24_finished;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user