1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/core/frontend
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
..
applets applets/swkbd: Address comments 2019-04-08 21:45:32 +08:00
camera log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
emu_window.cpp Split graphics out of EmuWindow in preparation of shared contexts 2019-11-09 13:10:17 -07:00
emu_window.h Change from QOpenGLWidget to QWindow 2019-11-09 13:12:30 -07:00
framebuffer_layout.cpp Port yuzu-emu/yuzu#2529: "yuzu/bootmanager: Minor interface tid… (#4794) 2019-07-11 18:46:44 +02:00
framebuffer_layout.h Port yuzu-emu/yuzu#2529: "yuzu/bootmanager: Minor interface tid… (#4794) 2019-07-11 18:46:44 +02:00
image_interface.h specify size of buffer and use openglstate in getteximageoes 2019-11-09 12:58:17 -07:00
input.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
mic.cpp Support signed 8bit pcm in cubeb input. Address review 2019-03-17 22:52:03 -06:00
mic.h Remove global state and add mic hot swapping 2019-03-06 20:59:58 -07:00
scope_acquire_context.cpp Add scope acquire context to simplify MakeCurrent and DoneCurrent calls 2019-11-09 13:10:17 -07:00
scope_acquire_context.h Add scope acquire context to simplify MakeCurrent and DoneCurrent calls 2019-11-09 13:10:17 -07:00