Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2023-11-24 | yuzu: Constrain mouse in render window when emulated | Narr the Reg | |
2023-08-22 | general: Use console mode helper across project | lat9nq | |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | |
2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | |
2023-08-16 | bootmanager: Remove old path | lat9nq | |
Causes issues with different selected aspect ratios in graphics. | |||
2023-08-15 | bootmanager: Consider the default resolution | lat9nq | |
2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
2023-06-22 | general: remove atomic signal and wait | Liam | |
2023-06-03 | core: frontend: Refactor GraphicsContext to its own module. | bunnei | |
2023-05-03 | qt_common: Remove yuzu prefix | lat9nq | |
2023-05-02 | bootmanager: Clean up includes [IWYU] | lat9nq | |
bootmanager: Remove system-specific headers IWYU can be too complete I suppose. | |||
2023-05-02 | bootmanager: Remove inaccurate switch | lat9nq | |
Those vulkan settings do not correspond 1:1 to the swap intervals that they set for OpenGL, so remove it. bootmanager: Add missing include I didn't add this log why did it break | |||
2023-05-02 | qt_common: Move window info function out of bootmanager | lat9nq | |
Function is useful outside of bootmanager, so put it in a common place. qt_common: Add missing include qt_common: Add some newlines qt_common: Add trailing newline qt_common: Add trainline newline | |||
2023-05-02 | bootmanager: Return value in impossible case | lat9nq | |
The setting is ranged, so this return statement is unreachable. But GCC can't tell I guess. | |||
2023-05-02 | configuration: Expose separate swap present modes | lat9nq | |
Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO. | |||
2023-02-19 | Qt: Reintroduce scaling for touch input | german77 | |
2023-02-16 | input_common: Split mouse input into individual devices | Narr the Reg | |
2023-02-15 | Qt: Fix mouse scalling | german77 | |
2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
2023-01-10 | qt: unlock during signal emission | Liam | |
2022-12-21 | qt: exit properly on guest-initiated close | Liam | |
2022-12-20 | Merge pull request #9463 from liamwhite/manager-events | liamwhite | |
EmuThread: refactor | |||
2022-12-18 | bootmanager: Use proper camera size | german77 | |
2022-12-17 | bootmanager: Encapsulate all QCamera code | german77 | |
2022-12-17 | EmuThread: refactor | Liam | |
2022-12-17 | Merge pull request #9461 from liamwhite/wanative | Mai | |
qt: avoid setting WA_DontCreateNativeAncestors on all platforms | |||
2022-12-17 | Merge pull request #9454 from liamwhite/wayland-egl | Mai | |
qt: handle wayland-egl platform name | |||
2022-12-17 | qt: avoid setting WA_DontCreateNativeAncestors on all platforms | Liam | |
2022-12-17 | Merge pull request #9451 from ameerj/camera-data-array | liamwhite | |
camera: Use pre-allocated vector for camera data | |||
2022-12-16 | camera: Use pre-allocated vector for camera data | ameerj | |
And avoid an unnecessary copy | |||
2022-12-16 | Merge pull request #8605 from devsnek/graceful-shutdown | liamwhite | |
let games gracefully exit | |||
2022-12-16 | qt: handle wayland-egl platform name | Liam | |
2022-12-13 | gl_device: Use a more robust way to use strict context mode | Alexander Orzechowski | |
Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform. | |||
2022-12-13 | OpenGL: Check for threading support | Alexander Orzechowski | |
We need this. | |||
2022-12-13 | RenderWidget: Set WA_DontCreateNativeAncestors | Alexander Orzechowski | |
Some windowing systems like wayland are designed to show hardware accellerated surfaces as subsurfaces and not native windows. | |||
2022-12-13 | renderer_opengl: refactor context acquire | Liam | |
2022-12-12 | let games gracefully exit | Gus Caplan | |
2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
video_core: add null backend | |||
2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
general: fix compile for Apple Clang | |||
2022-12-02 | Merge pull request #9303 from liamwhite/new-vulkan-init | MatÃas Locatti | |
Vulkan: update initialization | |||
2022-11-28 | video_core: add null backend | Liam | |
2022-11-27 | Vulkan: update initialization | Liam | |
Co-authored-by: bylaws <bylaws@users.noreply.github.com> | |||
2022-11-22 | general: fix compile for Apple Clang | Liam | |
2022-11-17 | Qt6: Disable IR Sensor when compiling with Qt6 | Kyle Kienapfel | |
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error | |||
2022-11-06 | yuzu: Change QtKeyToSwitchKey switch case to array | german77 | |
2022-10-18 | core: Partially persist emulation state across game boots. | bunnei | |
2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
2022-08-22 | yuzu: Force camera output to be saved on a buffer (#8805) | Narr the Reg | |