Emulator Issues #5550
closedCompile without Cg
0%
Description
Because of the usual licensing problems it would be nice if dolphin-emu were able to build without Cg. Actually with the simple attached patch it does... but the output with the OpenGL plugin is just black.
I guess the missing part is quite easy to fix, but I don't know the first thing about OpenGL.
Updated by tommyhl2.SS over 12 years ago
Can I ask why the license and CG is such an important issue to you? Most people just use the emulator and play the games.
Updated by NeoBrainX over 12 years ago
The missing part is not easy at all, we're using Cg to compile almost all of our shaders. There's the GLSL branch which provides an alternative, but it doesn't work properly.
Updated by Christian.Morales.Vega over 12 years ago
Linux distribution policy.
But about "most people", in the context of Linux:
- dolphin-emu binaries are not provided
- the "Externals" directory doesn't provide the Linux Cg binaries (easily fixed)
So it's not so easy for a Linux user to "just use the emulator and play the games".
Updated by Christian.Morales.Vega over 12 years ago
I was supposing shaders are used only to add extra effects, something optional. But if it isn't the case feel free to close this.
Updated by NeoBrainX over 12 years ago
Yo, we're using shaders for bscly the whole gpu emulation.