yuzu/src
Yuri Kunde Schlesner c9244a03c7 Qt: Silence a bogus warning printed when using the debug runtime
The Qt debug runtime prints a bogus warning on the console if you
haven't called makeCurrent since the last time you called swapBuffers.
This presumably means something if you're using QGLWidget the "regular"
way, but in our multi-threaded use case is harmless since we never call
doneCurrent in the rendering thread.
2015-05-23 02:27:27 -03:00
..
assets
citra OpenGL renderer 2015-05-22 15:51:18 -07:00
citra_qt Qt: Silence a bogus warning printed when using the debug runtime 2015-05-23 02:27:27 -03:00
common OpenGL renderer 2015-05-22 15:51:18 -07:00
core Merge pull request #801 from purpasmart96/hid_stubs 2015-05-22 20:44:22 -04:00
video_core Pica: Create 'State' structure and move state memory there. 2015-05-22 22:59:42 -04:00
CMakeLists.txt