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

Function InitializeASI

source/NFSCarbon.WidescreenFix/dllmain.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124CEXP void InitializeASI()
125{
126 std::call_once(CallbackHandler::flag, []()
127 {
128 CallbackHandler::RegisterCallbackAtGetSystemTimeAsFileTime(Init, hook::pattern("C7 00 80 02 00 00 C7 01 E0 01 00 00 C2 08 00"));
129 });
130}
131
132BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
133{

Callers 1

DllMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected