yuzu/src/citra_qt
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
..
config Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
debugger Pica: Create 'State' structure and move state memory there. 2015-05-22 22:59:42 -04:00
util citra-qt: Use std::abs() to get the right absolute function for s64. 2015-04-14 21:18:35 +02:00
bootmanager.cpp Qt: Silence a bogus warning printed when using the debug runtime 2015-05-23 02:27:27 -03:00
bootmanager.h Use condition var to properly pause the CPU thread 2015-05-18 08:15:57 -06:00
citra-qt.rc Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
CMakeLists.txt unsetting a few more variables that arent needed outside of this function 2015-03-26 04:11:05 -06:00
config.cpp INI hw/sw renderer toggle 2015-05-22 14:37:55 -07:00
config.h License change 2014-12-20 21:20:24 -08:00
hotkeys.cpp citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.ui got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
main.cpp MakeCurrent race condition fix 2015-05-22 15:51:33 -07:00
main.h OpenGL renderer 2015-05-22 15:51:18 -07:00
main.ui OpenGL renderer 2015-05-22 15:51:18 -07:00
version.h citra-qt: Added license headers to files. 2015-01-04 09:36:57 -08:00