| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-26 | Merge pull request #11356 from lat9nq/console-mode-pg | liamwhite | |
| general,config-qt: Present Console Mode as an enum with separate options in game properties | |||
| 2023-08-24 | yuzu/main: Ensure NCAs are registered in content provider when launching ↵ | FearlessTobi | |
| from CLI Fixes updates and DLC not being loaded when launching yuzu from the command line. Similar to https://github.com/yuzu-emu/yuzu/pull/11357. Fixes https://github.com/yuzu-emu/yuzu/issues/8352, | |||
| 2023-08-23 | main: Fix docked mode button, clang 14 error | lat9nq | |
| 2023-08-22 | main: Access by reference | lat9nq | |
| Old Clang is fussy about this. | |||
| 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-15 | vfs: expand support for NCA reading | Liam | |
| 2023-07-21 | settings,opengl,yuzu-qt: Fix AA, Filter maximums | lat9nq | |
| The new enum macros don't support setting values directly. For LastAA and LastFilter, this means we need a simpler approach to loop around the toggle in the frontend... | |||
| 2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
| 2023-07-06 | main: Use 1_MiB as a constant for copy buffer size | Morph | |
| 2023-07-06 | main: Fix install progress calculation | Morph | |
| The increased buffer size means that that progress bar size has to be adjusted | |||
| 2023-07-03 | Use `toUtf8()` for string passed to DBus | zeltermann | |
| 2023-07-02 | core_timing: Remove GetCurrentTimerResolution in CoreTiming loop | Morph | |
| Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once. | |||
| 2023-06-27 | yuzu: Fix clang format | german77 | |
| 2023-06-27 | Merge pull request #9663 from EBADBEEF/disable-controller-applet | Narr the Reg | |
| qt: add option to disable controller applet | |||
| 2023-06-24 | Only use SDL wakelock on Linux | zeltermann | |
| SDL has internally fixed shenanigans related to wakelocking through DBus from inside sandboxes from around August 2022, so we can now remove the workaround we used since 2021. | |||
| 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> | |||
