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

Function IsModuleUAL

includes/stdafx.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool IsModuleUAL(HMODULE mod)
162{
163 if (GetProcAddress(mod, "IsUltimateASILoader") != NULL || (GetProcAddress(mod, "DirectInput8Create") != NULL && GetProcAddress(mod, "DirectSoundCreate8") != NULL && GetProcAddress(mod, "InternetOpenA") != NULL))
164 return true;
165 return false;
166}
167
168bool IsUALPresent()
169{

Callers 2

IsUALPresentFunction · 0.85
InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected