mirror of
https://github.com/decompals/wibo.git
synced 2025-12-16 08:27:07 +00:00
Support more mwcc versions
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -85,7 +85,7 @@ void *wibo::resolveStubByName(const char *dllName, const char *funcName) {
|
||||
}
|
||||
|
||||
void *wibo::resolveStubByOrdinal(const char *dllName, uint16_t ordinal) {
|
||||
if (strcmp(dllName, "LMGR11.dll") == 0) {
|
||||
if (strcmp(dllName, "LMGR11.dll") == 0 || strcmp(dllName, "LMGR326B.dll") == 0) {
|
||||
void* func = wibo::resolveLmgr11(ordinal);
|
||||
if (func)
|
||||
return func;
|
||||
|
||||
Reference in New Issue
Block a user