Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
2023-09-13 | Merge pull request #11486 from liamwhite/system-verification | liamwhite | |
qt: add verification for installed contents | |||
2023-09-13 | Merge pull request #11473 from liamwhite/fix-launch-param | liamwhite | |
am: Implement UserChannel parameters | |||
2023-09-12 | qt: add verification for installed contents | Liam | |
2023-09-10 | am: Implement UserChannel parameters | FearlessTobi | |
Used by the Super Mairo 3D All-Stars collection. | |||
2023-09-10 | Merge pull request #11450 from lat9nq/no-vk-device-fix | liamwhite | |
configure_graphics: Fix handling of broken Vulkan | |||
2023-09-10 | Merge pull request #11456 from liamwhite/worse-integrity-verification | liamwhite | |
core: implement basic integrity verification | |||
2023-09-06 | core: implement basic integrity verification | Liam | |
2023-09-05 | yuzu-qt: Use Null when OpenGL is not compiled | lat9nq | |
2023-09-05 | yuzu-qt: Update API Text for broken Vulkan | lat9nq | |
Otherwise caused a blue Vulkan badge to appear in the status bar. | |||
2023-09-02 | qt: measure romfs dump completion by bytes read | Liam | |
2023-09-02 | Merge pull request #11381 from liamwhite/romfs-dump | liamwhite | |
qt: fix romfs dumping for multiprogram applications | |||
2023-09-02 | Merge pull request #11384 from liamwhite/am-shutdown | liamwhite | |
am: shorten shutdown timeout when lock is not held | |||
2023-08-28 | qt: ensure packed update nca is applied to the correct base | Liam | |
2023-08-28 | qt: fix romfs dumping for multiprogram applications | Liam | |
2023-08-27 | Address review comments | Liam | |
2023-08-26 | yuzu-qt: Track play time | Mario | |
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-26 | am: shorten shutdown timeout when lock is not held | Liam | |
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 | |