add check for another dll file that we now require

This commit is contained in:
nattthebear 2020-05-16 07:19:24 -04:00
parent 11806fa178
commit 9944c9d989
1 changed files with 1 additions and 0 deletions

View File

@ -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