Milepost UI demo #18

Merged
MartinFouilleul merged 7 commits from ilidemi/orca:ui into main 2023-07-16 15:19:09 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 6c91caddc0 - Show all commits

View File

@ -1,5 +1,3 @@
#include"orca.h"
mp_event _OrcaRawEvent;
ORCA_EXPORT mp_event *_OrcaRawEventPtr = &_OrcaRawEvent;
ORCA_EXPORT mp_event _OrcaRawEvent;

View File

@ -437,7 +437,7 @@ void* orca_runloop(void* user)
}
//NOTE: get location of the raw event slot
IM3Global rawEventGlobal = m3_FindGlobal(app->runtime.m3Module, "_OrcaRawEventPtr");
IM3Global rawEventGlobal = m3_FindGlobal(app->runtime.m3Module, "_OrcaRawEvent");
app->runtime.rawEventOffset = (u32)rawEventGlobal->intValue;
//NOTE: preopen the app local root dir