add check for another dll file that we now require
This commit is contained in:
parent
11806fa178
commit
9944c9d989
|
@ -42,6 +42,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
OSTC.LinkedLibManager.FreeByPtr(p.Value);
|
||||
}
|
||||
CheckLib("vcruntime140.dll", "Microsoft's Universal CRT (MSVC 14.0+ / VS 2015+)");
|
||||
CheckLib("vcruntime140_1.dll", "Microsoft's Universal CRT (MSVC 14.0+ / VS 2015+)");
|
||||
CheckLib("msvcr100.dll", "Microsoft's Visual C++ Runtime 10.0 (VS 2010)"); // for Mupen64Plus, and some others
|
||||
|
||||
// this will look in subdirectory "dll" to load pinvoked stuff
|
||||
|
|
Loading…
Reference in New Issue