We don't need this anymore after 9141b0ed
.
This commit is contained in:
parent
9141b0ed19
commit
0fdc533071
|
@ -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
|
//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]
|
[STAThread]
|
||||||
|
|
Loading…
Reference in New Issue