mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Bad level link fixes
This commit is contained in:
@@ -49,24 +49,9 @@ public:
|
||||
bool extractGame(const hecl::SystemString& path);
|
||||
bool saveProject();
|
||||
|
||||
void mainUpdate()
|
||||
{
|
||||
if (m_mainMP1)
|
||||
m_mainMP1->Proc();
|
||||
}
|
||||
|
||||
void asyncIdle()
|
||||
{
|
||||
m_factoryMP1.AsyncIdle();
|
||||
}
|
||||
|
||||
void shutdown()
|
||||
{
|
||||
if (m_mainMP1)
|
||||
m_mainMP1->Shutdown();
|
||||
m_clientProc.shutdown();
|
||||
m_factoryMP1.Shutdown();
|
||||
}
|
||||
void mainUpdate();
|
||||
void asyncIdle();
|
||||
void shutdown();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user