valters-tomsons / spectabis-next

Spectabis 2 : Electric Boogaloo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

64-bit plugin Interop on NIX

valters-tomsons opened this issue · comments

Turns out, you cannot link x86 library in a x64 program on Linux. Not an issue on Windows (based on Spectabis-WPF experience).
PCSX2 plugins are compiled to x86, .NET Core on linux builds only to x64.

To make plugin configuration viable, we'd need to find a way to launch the x86 plugin configuration or ask somebody to recompile plugins to x64.

Also affects Mac OS.

There's a x64 branch for PCSX2, must investigate.