mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Remove this silliness
This commit is contained in:
parent
9c09e1973a
commit
66a245dd68
2 changed files with 0 additions and 20 deletions
|
@ -121,14 +121,4 @@ extern CGcontext g_cgcontext;
|
|||
extern CGprofile g_cgvProf, g_cgfProf;
|
||||
#endif
|
||||
|
||||
// XXX: Dual-source blending in OpenGL does not work correctly yet. To make it
|
||||
// work, we may need to use glBindFragDataLocation. To use that, we need to
|
||||
// use GLSL shaders across the whole pipeline. Yikes!
|
||||
#define USE_DUAL_SOURCE_BLEND
|
||||
|
||||
// Can't get defined on my system for some reason...
|
||||
#ifndef GL_ONE_MINUS_SRC1_ALPHA
|
||||
#define GL_ONE_MINUS_SRC1_ALPHA 0x88FB
|
||||
#endif
|
||||
|
||||
#endif // _GLINIT_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue