Gladiac0190
New member
As some of you may have discovered, it is possible to run W32-Apps on Linux. Even Dolphin runns
, but it is some work to get there. If you don't believe me, here is the thread, where i got Dolwin to run using Wine emulating Pong, Sonic Megacollection and some more... http://www.emutalk.net/showthread.php?t=25616
This time, we're in a Dolphin-Thread
. Dolphin is quite simple to get run on Linux. Using the native msvcr71.dll and msvcp71.dll, we're able to do everything... nearly...
Also the Plugin-Includation works fine.
Now the hard part (which is not solved yet). Everything works fine as long as you don't need DX9c-Extensions. But the Dolphin-Graphics-Plugin is a DX9-one, so Wine crashes. Clear like Crystall. Why does Dolwin emulate several games? the Dolwin-Graphics-Plugin is OpenGL-based and simply forwarded to the X11API.
So, Tuxies, Geeks and Freaks all around here, lets find a solution!
My first idea: Use native d3d9.dll to override. This is the way that i personally don't really like but it definitely WILL work in theory. I will give it a go if i find some time. Some help would be great
.
This time, we're in a Dolphin-Thread
Now the hard part (which is not solved yet). Everything works fine as long as you don't need DX9c-Extensions. But the Dolphin-Graphics-Plugin is a DX9-one, so Wine crashes. Clear like Crystall. Why does Dolwin emulate several games? the Dolwin-Graphics-Plugin is OpenGL-based and simply forwarded to the X11API.
So, Tuxies, Geeks and Freaks all around here, lets find a solution!
My first idea: Use native d3d9.dll to override. This is the way that i personally don't really like but it definitely WILL work in theory. I will give it a go if i find some time. Some help would be great