109 Commits (29831bf795c9620b97fd41a393f4f2f09d68b373)

Author SHA1 Message Date
bunnei ba6d264342 frontend: qt: bootmanager: Vulkan: Restore support for VK backend. 6 years ago
bunnei 02f323f6e8 frontend: qt: bootmanager: OpenGL: Implement separate presentation thread. 6 years ago
bunnei f1f2405b9f core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. 6 years ago
ReinUsesLisp 066c63571b yuzu/bootmanager: Define Vulkan widget only when enabled 6 years ago
ReinUsesLisp 48cb021c34 yuzu: Implement Vulkan frontend 6 years ago
ReinUsesLisp c0fe595878 yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers 6 years ago
Lioncash e1a9cc2889 yuzu/bootmanager: Log out screenshot destination path 7 years ago
Lioncash 564f80d4fd yuzu/bootmanager: Treat the resolution factor as a u32 7 years ago
Lioncash c0600099bd yuzu/bootmanager: Default EmuThread's destructor in the cpp file 7 years ago
Lioncash 982ebbb022 yuzu/bootmanager: unsigned -> u32 7 years ago
Lioncash 0cbdedd429 yuzu/bootmanager: Change false literal to 0 for setSwapInterval() 7 years ago
Lioncash 8d120b9121 yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor 7 years ago
Lioncash 531072e387 yuzu/bootmanager: Remove unnecessary pointer casts 7 years ago
ReinUsesLisp b70a0ec46d rasterizer_opengl: Remove OpenGL core profile 7 years ago
ReinUsesLisp 2410482b11 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
ReinUsesLisp 88115ea055 gl_shader_cache: Use shared contexts to build shaders in parallel 7 years ago
Lioncash b0fd32487c yuzu/bootmanager: Specify string conversions explicitly 7 years ago
ReinUsesLisp 8525820a69 yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat 7 years ago
Fernando Sahmkow b437d4abd7 Allow picking a Compatibility Profile for OpenGL. 7 years ago
Lioncash 69fdfc5296 yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext 7 years ago
Lioncash 3318e97f29 yuzu/bootmanager: Resolve constructor initializer list warnings 7 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
ReinUsesLisp bc0a7e3b93 bootmanager: Bypass input focus issues 7 years ago
ReinUsesLisp 28be00668d bootmanager: Bypass resizing issue 7 years ago
ReinUsesLisp 31ce76cc6c bootmanager: Delete container to avoid crash on game restarting 7 years ago
liushuyu 193a07e418 frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang 7 years ago
bunnei 1945456cc7 bootmanager: Ensure that we have a context for shader loading. 7 years ago
James Rowe a15f8a9936 Input: Remove global variables from SDL Input 7 years ago
ReinUsesLisp f1e717fbee gl_shader_cache: Link loading screen with disk shader cache load 7 years ago
James Rowe 664f318593 QT: Hide GLWidget immediately after showing. 7 years ago
James Rowe 01a3b4f0de QT Frontend: Migrate to QOpenGLWindow 7 years ago
James Rowe bd16d2c0cc QT Frontend: Add a Loading screen with progressbar 7 years ago
zhupengfei 2dbb90ed65 yuzu, video_core: Screenshot functionality 7 years ago
FernandoS27 5f3d7e7fa2 Update OpenGL's backend version from 3.3 to 4.3 7 years ago
Lioncash d9003838c6 bootmanager: Use QStringLiteral instead of std::string to represent the window title 7 years ago
NeatNit f53f1aec9f implemented touch in Qt and SDL 7 years ago
Tobias ab39d25ff0 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
fearlessTobi 7f0120aae4 frontend: Set swap interval to 0 7 years ago
bunnei 91e048cce7 OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. 8 years ago
fearlessTobi fa8a9656a9 Port #3505 from CItra 8 years ago
Lioncash d1e3e0eb42 string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash e11285c9a8 qt: Migrate to Qt 5 signal/slot connection syntax where applicable 8 years ago
Lioncash 656934e051 bootmanager: Minor tidiness/correctness changes 8 years ago
N00byKing 0ea4e57990 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41) 8 years ago
N00byKing b2228b3b2a Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) 8 years ago
James Rowe 31499ecb2e Removing unused settings and yuzu rebranding 8 years ago
James Rowe bd5740a721 Remove gpu debugger and get yuzu qt to compile 8 years ago
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
bunnei 6eda6ae6eb frontend: Update for undocked Switch screen layout. 8 years ago
wwylele d500f79b8e move MotionEmu from core/frontend to input_common as a InputDevice 9 years ago