yuzu-mainline/src
Yuri Kunde Schlesner e5c4fe0098 GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) calls
In OpenGL 3, texturing is always enabled, and this call is invalid.
While it produced no effect in the rest of the execution, it wouldn't
have the intended effect of disabling texturing for that unit. Instead
bind a null texture to the unit.
2015-07-22 01:22:09 -03:00
..
citra Implement new argument parsing using getopt and add the corresponding library to externals 2015-07-12 15:49:23 -04:00
citra_qt Merge pull request #929 from neobrain/geoshader_definitions 2015-07-21 15:24:48 +02:00
common Common: Remove the unused and commented GetThemeDir prototype from FileUtil. 2015-07-18 13:08:19 +01:00
core Merge pull request #966 from Subv/log 2015-07-21 15:14:35 -04:00
video_core GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) calls 2015-07-22 01:22:09 -03:00
CMakeLists.txt