add HModule accessor to InstanceDll
This commit is contained in:
parent
42ab6b5df4
commit
d7b0043379
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue