2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/citra
Yuri Kunde Schlesner 478289140d 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.
2014-09-01 17:41:56 -03:00
..
emu_window Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00
citra.cpp Core: Refactor core to use only one function for execution. 2014-08-30 23:23:38 -04:00
citra.rc Support vs express edition without having to get platform sdk 2014-04-04 23:10:02 -04:00
citra.vcxproj Removed unused citra.h 2014-08-19 22:22:12 -07:00
citra.vcxproj.filters Removed unused citra.h 2014-08-19 22:22:12 -07:00
CMakeLists.txt Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00
resource.h renamed from citrus to citra 2013-09-26 17:34:48 -04:00