MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / DllMain

Function DllMain

source/NFSTheRun.FusionFix/dllmain.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
70{
71 if (reason == DLL_PROCESS_ATTACH)
72 {
73 if (!IsUALPresent()) { InitializeASI(); }
74 }
75 return TRUE;
76}

Callers

nothing calls this directly

Calls 2

IsUALPresentFunction · 0.85
InitializeASIFunction · 0.70

Tested by

no test coverage detected