diff options
| author | 2014-08-23 21:00:08 -0300 | |
|---|---|---|
| committer | 2014-09-01 17:41:56 -0300 | |
| commit | 478289140daae28cf7eabf54af3addf476aaad9c (patch) | |
| tree | de13d92f26abaaf5eb0348ae35b2d1c23be497c7 /vsprops/qt.props | |
| parent | Merge pull request #84 from bunnei/fix-hw-synchronization (diff) | |
| download | yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.gz yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.xz yuzu-478289140daae28cf7eabf54af3addf476aaad9c.zip | |
Replace GLEW with a glLoadGen loader.
This should fix the GL loading errors that occur in some drivers due to
the use of deprecated functions by GLEW. Side benefits are more accurate
auto-completion (deprecated function and symbols don't exist) and faster
pointer loading (less entrypoints to load). In addition it removes an
external library depency, simplifying the build system a bit and
eliminating one set of binary libraries for Windows.
Diffstat (limited to 'vsprops/qt.props')
| -rw-r--r-- | vsprops/qt.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/qt.props b/vsprops/qt.props index f74a7b5ea..ba9455e96 100644 --- a/vsprops/qt.props +++ b/vsprops/qt.props | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | <QtUicExt>.h</QtUicExt> | 19 | <QtUicExt>.h</QtUicExt> |
| 20 | </UIC> | 20 | </UIC> |
| 21 | <MOC> | 21 | <MOC> |
| 22 | <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit"</QtCommandLine> | 22 | <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit"</QtCommandLine> |
| 23 | <QtKeywords>false</QtKeywords> | 23 | <QtKeywords>false</QtKeywords> |
| 24 | </MOC> | 24 | </MOC> |
| 25 | <Link /> | 25 | <Link /> |