diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index ef848424b9..2892d2f9a7 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -99,6 +99,11 @@ namespace BizHawk.MultiClient /// int autoDumpLength = 0; + static MainForm() + { + //if this isnt here, then our assemblyresolving hacks wont work due to the check for MainForm.INTERIM + //its.. weird. dont ask. + } public MainForm(string[] args) {