More hacks, just need to unblock yoshi and fix this for real later pinky swear
This commit is contained in:
parent
4479202151
commit
e8b84b466b
|
@ -82,9 +82,11 @@ namespace BizHawk.BizInvoke
|
||||||
|
|
||||||
static CallingConventionAdapters()
|
static CallingConventionAdapters()
|
||||||
{
|
{
|
||||||
Waterbox = OSTailoredCode.IsUnixHost
|
Waterbox = new NativeConvention();
|
||||||
? (ICallingConventionAdapter)new SysVHostMsGuest()
|
// OSTailoredCode.IsUnixHost
|
||||||
: new NativeConvention();
|
// // TODO: This will not work properly on linux, but it gets us past some stuff until we're ready to implement this for real
|
||||||
|
// ? (ICallingConventionAdapter)new SysVHostMsGuest()
|
||||||
|
// : new NativeConvention();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue