We don't need this anymore after 9141b0ed.

This commit is contained in:
J.D. Purcell 2019-11-01 14:52:41 -04:00
parent 9141b0ed19
commit 0fdc533071
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ namespace BizHawk.Client.EmuHawk
//We need to do it here too... otherwise people get exceptions when externaltools we distribute try to startup
}
// Assembly.ReflectionOnlyLoadFrom doesn't automatically load deps, this stops it from throwing when called
AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += (sender, args) => Assembly.ReflectionOnlyLoad(args.Name);
}
[STAThread]