citra/src
James Rowe 586b8e8b46 Change from QOpenGLWidget to QWindow
While QOpenGLWidget sounds like a good idea, it has issues which are
harder to debug due to how Qt manages the context behind the scenes. We
could probably work around any of these issues over time, but its
probably easier to do it ourselves with a QWindow directly.

Plus using QWindow + createWindowContainer is the easiest to use
configuration for Qt + Vulkan so this is probably much better in the
long run.
2019-11-09 13:12:30 -07:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core CMake: separate options for FFmpeg decoder/dumper 2019-08-20 14:45:39 +08:00
citra Delete core_context before shutting down SDL 2019-11-09 13:12:30 -07:00
citra_qt Change from QOpenGLWidget to QWindow 2019-11-09 13:12:30 -07:00
common specify size of buffer and use openglstate in getteximageoes 2019-11-09 12:58:17 -07:00
core Change from QOpenGLWidget to QWindow 2019-11-09 13:12:30 -07:00
dedicated_room dedicated_room: Support single Base64 token. 2019-11-09 13:48:26 -05:00
input_common new-line that clang-format didn't fix 2019-11-09 12:56:17 -07:00
network network/room_member: Silence -Wswitch warning 2019-08-20 22:23:32 +08:00
tests new-line that clang-format didn't fix 2019-11-09 12:56:17 -07:00
video_core Change from QOpenGLWidget to QWindow 2019-11-09 13:12:30 -07:00
web_service core, web_service: Check for error when registering rooms 2019-04-20 12:50:14 +08:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Add MinGW CMake option to disable DWARF debugging information 2019-08-14 10:29:04 -05:00