Initial Update to new version

This commit is contained in:
KnucklesB
2024-09-21 18:37:15 -03:00
parent 49ca2c766a
commit c6515c2b64
21 changed files with 445452 additions and 291069 deletions

View File

@@ -15,7 +15,6 @@ BOOL APIENTRY DllMain( HMODULE hModule,
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
myhModule = hModule;
init_il2cpp();
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE) Run, NULL, 0, NULL);
break;