You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/RunActivity/Program.cs
+1-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
usingSystem;
19
19
usingSystem.IO;
20
20
usingSystem.Linq;
21
-
usingSystem.Reflection;
22
21
usingSystem.Runtime.InteropServices;
23
22
usingSystem.Windows.Forms;
24
23
usingOrts.Common;
@@ -57,7 +56,7 @@ static void Main(string[] args)
57
56
varsettings=newUserSettings(options);
58
57
59
58
//enables loading of dll for specific architecture(32 or 64bit) from distinct folders, useful when both versions require same name (as for OpenAL32.dll)
0 commit comments