diff --git a/BizHawk.Common/InstanceDll.cs b/BizHawk.Common/InstanceDll.cs index ed3aa4595e..a8aa1d0adc 100644 --- a/BizHawk.Common/InstanceDll.cs +++ b/BizHawk.Common/InstanceDll.cs @@ -61,6 +61,8 @@ namespace BizHawk.Common return GetProcAddress(_hModule, procName); } + public IntPtr HModule { get { return _hModule; } } + IntPtr IImportResolver.Resolve(string entryPoint) { return GetProcAddress(entryPoint);