| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-23 | Merge pull request #10842 from german77/native_mifare | liamwhite | |
| input_common: Implement native mifare/skylander support for joycons/pro controller | |||
| 2023-06-21 | input_common: Implement native mifare support | Narr the Reg | |
| 2023-06-18 | Merge pull request #10486 from lat9nq/vk-device-find-once | liamwhite | |
| yuzu-qt: Load Vulkan device info at startup | |||
| 2023-06-11 | qt: use larger buffer for update install | Liam | |
| 2023-06-09 | Merge pull request #10614 from xcfrg/shader-backend-status-bar | liamwhite | |
| yuzu: add opengl shader backend info in status bar | |||
| 2023-06-06 | yuzu-qt: Load Vulkan device info at startup | lat9nq | |
| Loading it when the configuration opens now incurs a noticeable delay. We also don't need to rediscover the same data repeatedly each time the configuration opens. Moves vulkan device info discovery to yuzu's startup as opposed to the configure_graphics constructor. | |||
| 2023-06-04 | yuzu: add opengl shader backend info in status bar | xcfrg | |
| 2023-06-03 | Issue a reload if the system language changed | Keve1227 | |
| 2023-06-01 | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settings | liamwhite | |
| add context menu for status bar settings | |||
| 2023-05-29 | yuzu: Disable game list while game is running | german77 | |
| 2023-05-26 | qt: add menu item to remove cache storage | Liam | |
| 2023-05-24 | add context menu for filter and anti-aliasing status buttons | grimkor | |
| 2023-05-16 | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeys | liamwhite | |
| Allow fully customised controller hotkeys | |||
| 2023-05-10 | Allow fully customisable controller hotkeys | grimkor | |
| 2023-05-07 | Merge pull request #10097 from german77/nfp_full | bunnei | |
| service: nfc: Merge device interfaces and create the device manager | |||
| 2023-05-05 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | |
| 2023-04-30 | qt: warn on inoperable keys | Liam | |
| 2023-04-01 | Merge pull request #10006 from german77/profile_select | liamwhite | |
| service: am: Improve profile select applet | |||
| 2023-03-30 | applet: controller: Implement cancel button | german77 | |
| 2023-03-29 | service: am: Improve profile select applet | Narr the Reg | |
| 2023-03-29 | Merge pull request #9505 from liamwhite/request-exit | liamwhite | |
| applets: implement RequestExit | |||
| 2023-03-27 | qt: Fix log softlock | Narr the Reg | |
| 2023-03-25 | qt: implement RequestExit for applets | Liam | |
| 2023-03-12 | general: fix spelling mistakes | Liam | |
| 2023-03-05 | main: (Windows) Set the current timer resolution to the maximum | Morph | |
| Increases the precision of thread sleeps on Windows. | |||
| 2023-02-18 | Merge pull request #9815 from german77/qt-mouse | liamwhite | |
| Qt: Fix mouse scalling | |||
| 2023-02-16 | yuzu: Shutdown game on restart to reload per game config | Narr the Reg | |
| 2023-02-16 | yuzu: Write to config file on important config changes | Narr the Reg | |
| 2023-02-16 | input_common: Split mouse input into individual devices | Narr the Reg | |
| 2023-02-15 | Merge pull request #9796 from liamwhite/current | liamwhite | |
| general: rename CurrentProcess to ApplicationProcess | |||
| 2023-02-15 | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage | liamwhite | |
| Fix consexpr value declaration usage | |||
| 2023-02-14 | Revert "main: Fix borderless fullscreen for high dpi scaled displays" | liamwhite | |
| 2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change ↵ | arades79 | |
| constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
| where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
| 2023-02-12 | main: Fix borderless fullscreen for high dpi scaled displays | Morph | |
| On Windows, a borderless window will be treated the same as exclusive fullscreen when the window geometry matches the physical dimensions of the screen. However, with High DPI scaling, when the devicePixelRatioF() is > 1, the borderless window apparently is not treated as exclusive fullscreen and functions correctly. One can verify and replicate this behavior by using a high resolution (4K) display, and switching between 100% and 200% scaling in Windows' display settings. At 100%, without the addition of 1, it is treated as exclusive fullscreen. At 200%, with or without the addition of 1, it is treated as borderless windowed. Therefore, we can use (read: abuse) this difference in behavior to fix this issue for those with higher resolution displays when the Qt scaling ratio is > 1. Should this behavior be changed in the future, please revisit this workaround. | |||
| 2023-02-09 | main: Re-add QtWebEngine zoom factor | Morph | |
| For some reason, I had removed this in https://github.com/yuzu-emu/yuzu/pull/4949/commits/ad6cec71ecd61aa2533d9efa89b68837516f8464 This should fix any improperly scaled web applets. | |||
| 2023-02-06 | Merge pull request #4949 from Morph1984/hidpi-temp-fix | liamwhite | |
| main: Enable High DPI fixes for Qt >= 5.14 | |||
| 2023-02-06 | Merge pull request #9644 from SaiKai/volume_quicksetting | bunnei | |
| add volume quicksetting with volume slider | |||
| 2023-02-04 | remove disambiguation argument from mute text | Jonas Gutenschwager | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2023-01-27 | Merge pull request #9539 from Wollnashorn/opengl-fsr | liamwhite | |
| video_core/opengl: Added FSR upscaling filter to the OpenGL renderer | |||
| 2023-01-26 | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | Wollnashorn | |
| 2023-01-25 | main: Convert to device independent coordinates for scaling | Morph | |
| devicePixelRatioF() returns the scaling ratio when high dpi scaling is enabled. When high dpi scaling is enabled, the raw screen coordinate system is scaled to device independent coordinates. | |||
| 2023-01-25 | main: Use passthrough scaling for non-windows OSes | Morph | |
| They should be better than windows when handling fractional scaling ratios. | |||
| 2023-01-25 | main: Enable High DPI fixes for Qt >= 5.14 | Morph | |
| This uses Qt's new high DPI application attributes for scaling the current window. However, these aren't perfect as scaling with non integer scales will cause artifacts in UI, icons and other elements. Therefore, we use a heuristic to select an appropriate integer scale value depending on the current screen resolution and applies this to the application. | |||
| 2023-01-25 | main: Only set AA_DisableWindowContextHelpButton below Qt6 | Morph | |
| This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not. | |||
| 2023-01-25 | main: Globally disable the "?" button on dialogs | Morph | |
| Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally. | |||
| 2023-01-22 | qt: add option to disable controller applet | EBADBEEF | |
| - add checkbox to disable the controller applet UI - when controller applet is disabled, use the yuzu-cmd fallback controller applet that applies controller config based on rules - See https://github.com/yuzu-emu/yuzu/issues/8552 for some discussion | |||
| 2023-01-19 | add volume quicksetting with volume slider | Jonas Gutenschwager | |
| 2023-01-10 | Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengths | liamwhite | |
| TAS: Show all script lengths for multiplayer | |||
