Beta matching MxVariableTable (#811)

This commit is contained in:
MS
2024-04-17 05:31:48 -04:00
committed by GitHub
parent 2600b1b421
commit 536c4336f3
7 changed files with 115 additions and 54 deletions

View File

@@ -3,9 +3,11 @@
#include <assert.h>
// GLOBAL: LEGO1 0x1010141c
// GLOBAL: BETA10 0x10201f88
MxU32 MxCore::g_nextCoreId = 0;
// FUNCTION: LEGO1 0x100ae1a0
// FUNCTION: BETA10 0x1012c020
MxCore::MxCore()
{
m_id = g_nextCoreId++;
@@ -13,11 +15,13 @@ MxCore::MxCore()
}
// FUNCTION: LEGO1 0x100ae1e0
// FUNCTION: BETA10 0x1012c077
MxCore::~MxCore()
{
}
// FUNCTION: LEGO1 0x100ae1f0
// FUNCTION: BETA10 0x1012c096
MxLong MxCore::Notify(MxParam& p_param)
{
assert(0);