To match master (merge error?)

This commit is contained in:
J.D. Purcell 2019-11-01 22:54:14 -04:00
parent 4b9f53db35
commit 447e8f59e5
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ namespace BizHawk.Client.EmuHawk
// for Unix, skip everything else and just wire up the event handler
AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;
}
// Assembly.ReflectionOnlyLoadFrom doesn't automatically load deps, this stops it from throwing when called
AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += (sender, args) => Assembly.ReflectionOnlyLoad(args.Name);
}
[STAThread]