Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-01 | service: am: Set push in arguments according to the launched applet | Narr the Reg | |
2023-10-01 | yuzu: Allow to launch cabinet applet from firmware | Narr the Reg | |
2023-09-26 | Qt: Remove ability to install xci files | Charles Lombardo | |
2023-09-23 | yuzu: Add button to boot mii edit from firmware | german77 | |
2023-09-16 | Merge pull request #11492 from lat9nq/c-numeric-conversions | liamwhite | |
general: Remove uncaught usages of C++ string number conversions | |||
2023-09-14 | shared_widget: Use default literals more | lat9nq | |
2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
2023-09-13 | shared_widget: Forward-port Citra changes | lat9nq | |
Seemed like a good time to move these over. Also remove usage of std::sto{l,ll,ul,f,d} | |||
2023-09-13 | configure_ui: Remove unnecessary usage of stoul | lat9nq | |
2023-09-13 | Merge pull request #11486 from liamwhite/system-verification | liamwhite | |
qt: add verification for installed contents | |||
2023-09-13 | Merge pull request #11480 from german77/mii_service | liamwhite | |
service: mii: Update implementation Part1 | |||
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-11 | mii: service: Address review | german77 | |
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-06 | Merge pull request #11434 from danilaml/fix-warnings | liamwhite | |
msvc: set warning level to /W4 globally | |||
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-05 | configure_graphics: Capture by reference | lat9nq | |
Small optimization. | |||
2023-09-04 | configure_graphics: Fix handling of broken Vulkan | lat9nq | |
The VSync combobox wouldn't populate if there was no Vulkan device, which caused issues with trying to set VSync on other backends. This also adds another layer to GetCurrentGraphicsBackend to check for broken Vulkan and return OpenGL instead of Vulkan. | |||
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
And fix a bunch of warnings | |||
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-25 | Merge pull request #11377 from BenjaminHalko/reverse-slider-input | liamwhite | |
ui: Fixed inverted controls on ReverseSlider widgets | |||
2023-08-25 | ui: Fixed inverted controls on ReverseSlider widgets | BenjaminHalko | |
fixes: #11236 | |||
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-24 | game_list_worker: Display correct size for NAX games | FearlessTobi | |
This was a regression from https://github.com/yuzu-emu/yuzu/pull/1837. Fixes https://github.com/yuzu-emu/yuzu/issues/1938. | |||
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 | config(qt): Sanitize docked handheld controller | lat9nq | |
2023-08-22 | shared_translation: Define use_docked_mode texts | 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-22 | shared_widget: Implement radio groups | lat9nq | |
2023-08-22 | Merge pull request #11302 from vonchenplus/vulkan_macos | liamwhite | |
Add macos moltenvk bundle, Add copy moltevk dylib script | |||
2023-08-22 | Merge pull request #11303 from lat9nq/screenshots-configurable | liamwhite | |
yuzu-qt: Add configuration for screenshot resolution | |||
2023-08-22 | Add macos moltenvk bundle, Add copy moltevk dylib script | Feng Chen | |
2023-08-16 | uisettings: Add TODO for stretched aspect being ignored | lat9nq | |
2023-08-16 | configure_ui: Silence MSVC warning | lat9nq | |
2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | |